Protect touch call in test action with #ifndef WINDOWS macro
This commit is contained in:
parent
4c0f523457
commit
a697c0581a
@ -38,7 +38,9 @@ main = do
|
|||||||
#endif
|
#endif
|
||||||
"devel":rest -> devel isDev rest
|
"devel":rest -> devel isDev rest
|
||||||
"test":_ -> do
|
"test":_ -> do
|
||||||
|
#ifndef WINDOWS
|
||||||
touch
|
touch
|
||||||
|
#endif
|
||||||
rawSystem' cmd ["configure", "--enable-tests", "-flibrary-only"]
|
rawSystem' cmd ["configure", "--enable-tests", "-flibrary-only"]
|
||||||
rawSystem' cmd ["build"]
|
rawSystem' cmd ["build"]
|
||||||
rawSystem' cmd ["test"]
|
rawSystem' cmd ["test"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user