Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try harder to close stdin on appveyor tests
[simgrid.git] / 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:
 #   ^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
 
 artifacts:
 - path: simgrid.jar