Skip to content

Commit 9a0fff3

Browse files
committed
WIP-CI: testing solution x13
1 parent bbbe59b commit 9a0fff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/pybinds_tests/test_pybind_units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
print("Current sys.path directories:")
1515
for path in sys.path:
1616
print(path)
17-
sys.exit(1)
1817
print("Current files in the directory:")
1918
for file in os.listdir(extra_dll_dir):
2019
print(file)
20+
sys.exit(1)
2121

2222
def test_dfb_test_simple():
2323
assert dfb.dfb_test.test() == True, "The test function should return True"

0 commit comments

Comments
 (0)