Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try harder to close stdin on appveyor tests
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 7 Oct 2015 16:12:56 +0000 (18:12 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 7 Oct 2015 16:12:56 +0000 (18:12 +0200)
appveyor.yml

index c44f286..69e1f1c 100644 (file)
@@ -52,7 +52,7 @@ build_script:
 #   ^CTerminate batch job (Y/N)?
 # How dafuq am I supposed to press N on appveyor??
 test_script:
-- bash -c "cd C:/projects/simgrid; exec 0</dev/null; ctest --output-on-failure" || true
+- bash -c "cd C:/projects/simgrid; exec 0<&-; ctest --output-on-failure" < nul || true
 
 artifacts:
 - path: simgrid.jar