Don't run if TEST_GENERATE is set
This commit is contained in:
parent
ed06583eca
commit
a020b54dc2
1 changed files with 2 additions and 0 deletions
|
|
@ -489,6 +489,8 @@ builddir = os.getcwd() # os.getcwd()+'/build'
|
||||||
verbose = False
|
verbose = False
|
||||||
maxretry = 10
|
maxretry = 10
|
||||||
|
|
||||||
|
if bool(os.getenv("TEST_GENERATE")): sys.exit(0)
|
||||||
|
|
||||||
failed_only = False
|
failed_only = False
|
||||||
if '--failed-only' in sys.argv: failed_only = True
|
if '--failed-only' in sys.argv: failed_only = True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue