regression.py bugfix

This commit is contained in:
bbracker 2021-12-06 19:32:38 -08:00
parent b714490f92
commit ffe7cf83e5

View File

@ -89,6 +89,7 @@ def run_test_case(config):
def main(): def main():
"""Run the tests and count the failures""" """Run the tests and count the failures"""
global configs
try: try:
os.mkdir("logs") os.mkdir("logs")
except: except: