From 8e1effb436ca17251bbe847fdd8afd60f20d198d Mon Sep 17 00:00:00 2001 From: Andrew Featherstone Date: Sun, 17 Dec 2017 22:21:45 +0000 Subject: Convert test command to Windows batch script equivalent. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index eab31f5..a8f37ef 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -19,4 +19,4 @@ install: build: off test_script: - - python runtest.py -a || if [[ $? == 2 ]]; then exit 0; else exit 1; fi \ No newline at end of file + - cmd: (python runtest.py -a) || if %errorlevel% == 2 then exit 0 else exit 1 \ No newline at end of file -- cgit v0.12