Tests: Fixed wrong path (relative to $HOME) in CLI tests. wxPython4
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Thu, 02 Feb 2023 16:22:52 +0100
branchwxPython4
changeset 3719 4906295e0be6
parent 3718 7841b651d601
child 3720 d0a9c01ee7a5
Tests: Fixed wrong path (relative to $HOME) in CLI tests.
tests/cli_tests/run_python_example.bash
--- a/tests/cli_tests/run_python_example.bash	Wed Feb 01 20:43:35 2023 +0100
+++ b/tests/cli_tests/run_python_example.bash	Thu Feb 02 16:22:52 2023 +0100
@@ -2,7 +2,7 @@
 
 # Run python example throug command line, and check usual output
 
-coproc setsid $BEREMIZPYTHONPATH $BEREMIZPATH/Beremiz_cli.py -k --project-home ~/src/beremiz/exemples/python build transfer run;
+coproc setsid $BEREMIZPYTHONPATH $BEREMIZPATH/Beremiz_cli.py -k --project-home $BEREMIZPATH/exemples/python build transfer run;
 
 while read -u ${COPROC[0]} line; do 
     echo "$line"