diff --git a/src/ifcbimtester/run.py b/src/ifcbimtester/run.py index 1f0e7b0bde..c64c54372f 100644 --- a/src/ifcbimtester/run.py +++ b/src/ifcbimtester/run.py @@ -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)