summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAndrew Featherstone <andrew.featherstone@gmail.com>2017-12-17 22:29:35 (GMT)
committerAndrew Featherstone <andrew.featherstone@gmail.com>2017-12-17 22:29:35 (GMT)
commit124b0bccb31fc9d6deaf9d1396403de2173c755c (patch)
tree3d91931601796f5e71446160dc7e9dac17a635a4 /.appveyor.yml
parent8e1effb436ca17251bbe847fdd8afd60f20d198d (diff)
downloadSCons-124b0bccb31fc9d6deaf9d1396403de2173c755c.zip
SCons-124b0bccb31fc9d6deaf9d1396403de2173c755c.tar.gz
SCons-124b0bccb31fc9d6deaf9d1396403de2173c755c.tar.bz2
Tweaking tets_scripts section.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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