зеркало из https://github.com/mozilla/pluotsorbet.git
Fix -KeyError: 'VERBOSE'- exception in tests/runtests.py
This commit is contained in:
Родитель
8d8b0ac27d
Коммит
182755250d
|
@ -70,7 +70,7 @@ def run_test(script_path):
|
|||
global exit_code
|
||||
|
||||
args = ['casperjs', '--engine=slimerjs']
|
||||
if os.environ['VERBOSE'] != '0':
|
||||
if 'VERBOSE' in os.environ and os.environ['VERBOSE'] != '0':
|
||||
args.append('--log-level=debug')
|
||||
args.extend(['test', script_path])
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче