tests/cli_tests/run_python_example.bash
branchwxPython4
changeset 3719 4906295e0be6
parent 3543 6210c08c1c41
--- 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"