diff options
author | Andrew Featherstone <andrew.featherstone@gmail.com> | 2017-12-17 22:29:35 (GMT) |
---|---|---|
committer | Andrew Featherstone <andrew.featherstone@gmail.com> | 2017-12-17 22:29:35 (GMT) |
commit | 124b0bccb31fc9d6deaf9d1396403de2173c755c (patch) | |
tree | 3d91931601796f5e71446160dc7e9dac17a635a4 /.appveyor.yml | |
parent | 8e1effb436ca17251bbe847fdd8afd60f20d198d (diff) | |
download | SCons-124b0bccb31fc9d6deaf9d1396403de2173c755c.zip SCons-124b0bccb31fc9d6deaf9d1396403de2173c755c.tar.gz SCons-124b0bccb31fc9d6deaf9d1396403de2173c755c.tar.bz2 |
Tweaking tets_scripts section.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
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 |