Skip to content
Snippets Groups Projects
Commit e6e1599e authored by Daniel Brown's avatar Daniel Brown
Browse files

test update

parent e25f87bf
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,12 @@ for path, folders, files in os.walk("./test_scripts"):
exec(code)
except Exception as ex:
print(bcolors.FAIL)
print("EXCEPTION: " + repr(ex))
traceback.print_exc()
(_type, value, tb) = sys.exc_info()
print("EXCEPTION: "+ str(value))
print(traceback.format_exc())
errors.append(filename)
print(bcolors.ENDC)
sys.stdout.flush()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment