Skip to content

Commit 347d17b

Browse files
committed
Fixed acceptance testing issue with Incisive and Xcelium (spaces in path not supported)
1 parent 6f151f8 commit 347d17b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/acceptance/test_artificial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class TestVunitArtificial(unittest.TestCase):
2727
"""
2828

2929
def setUp(self):
30-
if simulator_is("activehdl"):
30+
if simulator_is("activehdl", "incisive", "xcelium"):
3131
self.output_path = str(ROOT / "artificial_out")
3232
else:
3333
# Spaces in path intentional to verify that it is supported

0 commit comments

Comments
 (0)