# HG changeset patch # User Edouard Tisserant # Date 1675351372 -3600 # Node ID 4906295e0be60d6df212da656272e172afcc8f26 # Parent 7841b651d601342c8f344c3a8d09a0e4c87464bd Tests: Fixed wrong path (relative to $HOME) in CLI tests. diff -r 7841b651d601 -r 4906295e0be6 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"