mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +00:00
Merge remote-tracking branch 'origin/v0.6.0-ifcrail-contrib' into
v0.6.0-ifcrail-mod Conflicts: src/ifcbimtester/bimtester/features/steps/ifcdata.py src/ifcbimtester/bimtester/features/template.html src/ifcbimtester/bimtester/reports.py src/ifcbimtester/bimtester/run.py
This commit is contained in:
@@ -43,6 +43,10 @@ def run_tests(args):
|
||||
"--define",
|
||||
"localedir={}".format(locale_path)
|
||||
])
|
||||
if args["ifcfile"]:
|
||||
behave_args.extend(["--define", "ifcfile={}".format(args["ifcfile"])])
|
||||
if args["path"]:
|
||||
behave_args.extend(["--define", "path={}".format(args["path"])])
|
||||
behave_main(behave_args)
|
||||
print("# All tests are finished.")
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user