Skip to content

Commit d169c6f

Browse files
committed
More work
1 parent fedc30a commit d169c6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/yup_python/yup_ScriptPython.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ TEST_F (ScriptPythonTest, RunPythonTests)
118118
finally:
119119
sys.argv = old_argv
120120
121+
os.system('ls -la {{root_path}}/local')
122+
os.system('ls -la {{root_path}}/local/*')
123+
os.system('ls -la {{root_path}}/local/*/*')
124+
121125
import pytest
122126
123127
pytest.main(['-x', '{{test_path}}', '-vvv'])

0 commit comments

Comments
 (0)