From 007e45cf8f5571090bf315e21e75dbfcee961ede Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:41:56 +0100 Subject: [PATCH] make test parameter more readable --- ci/installation/run_installation_tests.sh | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/ci/installation/run_installation_tests.sh b/ci/installation/run_installation_tests.sh index 23401bfee..25ab97455 100644 --- a/ci/installation/run_installation_tests.sh +++ b/ci/installation/run_installation_tests.sh @@ -27,10 +27,23 @@ echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selecti # y install node # 0 No RfidReader # n dont reboot -# 'y\n n\n' -"$local_install_script_path"/install-jukebox.sh <<< $'y\nn\nn\nn\nn\nn\ny\ny\ny\nn\ny\n0\nn\nn\n' +"$local_install_script_path"/install-jukebox.sh <<< 'y +n +n +n +n +n +y +y +y +n +y +0 +n +n +' INSTALLATION_EXITCODE=$? # count abortion due to "not user pi" as success