bimtester: pass the ifc base file name to behave

This commit is contained in:
Bernd Hahnebach
2020-11-25 07:29:10 +01:00
committed by Dion Moult
parent a9a8213731
commit a5b00f1ac9
+4 -1
View File
@@ -240,7 +240,10 @@ def run_intmp_tests(args={}):
"json.pretty",
# next two lines are one arg
"--outfile",
os.path.join(report_path, "report.json")
os.path.join(report_path, "report.json"),
# next two lines are one arg
"--define",
"ifcbasename={}".format(os.path.splitext(ifc_filename)[0])
])
print(behave_args)