Commit 5ddd416f authored by Oxez's avatar Oxez
Browse files

missing imports

parent be5504b4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@ using the scripts then just documenting what you have to do to save
output as Truth
'''

import sys
import os

unitTestExecutable = sys.argv[1]

unitTestName = unitTestExecutable.split("_test_")[1] + ".truth"