Don't run if TEST_GENERATE is set

stl_dim
Marius Kintel 2011-12-13 01:24:15 +01:00
parent ed06583eca
commit a020b54dc2
1 changed files with 2 additions and 0 deletions

View File

@ -489,6 +489,8 @@ builddir = os.getcwd() # os.getcwd()+'/build'
verbose = False
maxretry = 10
if bool(os.getenv("TEST_GENERATE")): sys.exit(0)
failed_only = False
if '--failed-only' in sys.argv: failed_only = True