From 947495839ef99af601d901a89b790aadfbea69f6 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 7 Oct 2015 15:13:25 +0200 Subject: [PATCH] [appveyor] close stdin to avoid issues (hopefully) --- appveyor.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b44b33752e..c44f286e4f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,8 +45,14 @@ build_script: - if not [%COMPILER%]==[MSVC15] mingw32-make VERBOSE=1 - cd C:/projects/simgrid/examples/java && java -classpath ".;../../simgrid.jar" masterslave.Masterslave ../platforms/platform.xml masterslave/masterslaveDeployment.xml || true + +# Using bash explicitely and closing STDIN is an attempt to avoid this error: +# Test project C:/projects/simgrid +# Start 1: mc-replay-random-bug +# ^CTerminate batch job (Y/N)? +# How dafuq am I supposed to press N on appveyor?? test_script: -- cd C:/projects/simgrid && ctest --output-on-failure || true +- bash -c "cd C:/projects/simgrid; exec 0