File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,12 @@ one_test() {
6060 # Desktop execution
6161 if [ $is_graphical -eq 1 ]; then
6262 # Graphical test: include boot_unix.py and main.py
63- " $binary " -X heapsize=8M -c " $( cat boot_unix.py main.py)
64- import sys ; sys.path.append('lib') ; sys.path.append(\" $tests_abs_path \" )
63+ " $binary " -X heapsize=8M -c " import sys ; sys.path.append('lib/') ; import mpos.main ; import mpos.apps; sys.path.append(\" $tests_abs_path \" )
6564$( cat $file )
6665result = unittest.main() ; sys.exit(0 if result.wasSuccessful() else 1) "
6766 else
6867 # Regular test: no boot files
69- " $binary " -X heapsize=8M -c " import sys ; sys.path.append('lib')
68+ " $binary " -X heapsize=8M -c " import sys ; sys.path.append('lib/ ')
7069$( cat $file )
7170result = unittest.main() ; sys.exit(0 if result.wasSuccessful() else 1) "
7271 fi
You can’t perform that action at this time.
0 commit comments