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
|
||||
"devel":rest -> devel isDev rest
|
||||
"test":_ -> do
|
||||
#ifndef WINDOWS
|
||||
touch
|
||||
#endif
|
||||
rawSystem' cmd ["configure", "--enable-tests", "-flibrary-only"]
|
||||
rawSystem' cmd ["build"]
|
||||
rawSystem' cmd ["test"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user