sys.exit of error on run_system_tests

This commit is contained in:
Massimo Di Pierro
2012-05-14 14:27:27 -05:00
parent 632a8568bb
commit bb946b34a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-05-14 14:26:04) dev
Version 2.00.0 (2012-05-14 14:27:23) dev
+1 -1
View File
@@ -72,7 +72,7 @@ def run_system_tests():
else:
print "Only Python 2.x supported."
ret = 256
sys.exit(ret or 1)
sys.exit(ret and 1)
class IO(object):
""" """