mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 18:20:06 +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",
|
"json.pretty",
|
||||||
# next two lines are one arg
|
# next two lines are one arg
|
||||||
"--outfile",
|
"--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)
|
print(behave_args)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user