mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
bimtester: pass the ifc base file name to behave
This commit is contained in:
committed by
Dion Moult
parent
a9a8213731
commit
a5b00f1ac9
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user