mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
test runner doesn't have dae
This commit is contained in:
@@ -142,7 +142,7 @@ class TestWallOpenings:
|
||||
result.append([fn])
|
||||
for i in range(2 if PERF else 1):
|
||||
|
||||
args = [shutil.which("IfcConvert") or "IfcConvert", "-qyvvv", fn, fn+".dae", "--log-format", "json", "--log-file", fn+".log.json"]
|
||||
args = [shutil.which("IfcConvert") or "IfcConvert", "-qyvvv", fn, fn+".obj", "--log-format", "json", "--log-file", fn+".log.json"]
|
||||
if i:
|
||||
args.append("--no-2d-boolean")
|
||||
|
||||
@@ -171,4 +171,4 @@ class TestWallOpenings:
|
||||
print(tabulate.tabulate(result, headers=["file", "", "--no-2d-boolean"], tablefmt="github"))
|
||||
|
||||
if __name__ == "__main__":
|
||||
TestWallOpenings().test_all()
|
||||
TestWallOpenings().test_all()
|
||||
|
||||
Reference in New Issue
Block a user