From 124b0bccb31fc9d6deaf9d1396403de2173c755c Mon Sep 17 00:00:00 2001 From: Andrew Featherstone Date: Sun, 17 Dec 2017 22:29:35 +0000 Subject: Tweaking tets_scripts section. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index a8f37ef..fe86c58 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -19,4 +19,4 @@ install: build: off test_script: - - cmd: (python runtest.py -a) || if %errorlevel% == 2 then exit 0 else exit 1 \ 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