regression.py bugfix

This commit is contained in:
bbracker 2021-12-06 19:32:38 -08:00
parent 4df9093a7f
commit 5a73ecd0be

View File

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