beremiz
Clone
Summary
Browse
Changes
Graph
Tests: Fixed wrong path (relative to $HOME) in CLI tests.
wxPython4
2023-02-02, Edouard Tisserant
4906295e0be6
Parents
7841b651d601
Children
d0a9c01ee7a5
Tests: Fixed wrong path (relative to $HOME) in CLI tests.
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
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"