mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
test runner doesn't have dae
This commit is contained in:
@@ -142,7 +142,7 @@ class TestWallOpenings:
|
|||||||
result.append([fn])
|
result.append([fn])
|
||||||
for i in range(2 if PERF else 1):
|
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:
|
if i:
|
||||||
args.append("--no-2d-boolean")
|
args.append("--no-2d-boolean")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user