File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ TEST_F (ScriptPythonTest, RunPythonTests)
102102 import sys
103103
104104 sys.path.append('{{root_path}}/lib/python{{version}}/site-packages')
105- sys.path.append('{{root_path}}/local/lib/python{{version}}/site-packages')
106105
107106 package = 'pytest'
108107
@@ -118,9 +117,10 @@ TEST_F (ScriptPythonTest, RunPythonTests)
118117 finally:
119118 sys.argv = old_argv
120119
121- os.system('ls -la {{root_path}}/local')
122- os.system('ls -la {{root_path}}/local/*')
123- os.system('ls -la {{root_path}}/local/*/*')
120+ os.system('ls -la {{root_path}}')
121+ os.system('ls -la {{root_path}}/*')
122+ os.system('ls -la {{root_path}}/*/*')
123+ os.system('ls -la {{root_path}}/*/*/*')
124124
125125 import pytest
126126
You can’t perform that action at this time.
0 commit comments