From 96f32077a521465fb261fb3c9c4fa374ff913a9e Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 19 Feb 2021 06:06:50 +0100 Subject: [PATCH] tests: Adjust for renamed upstream test --- tests/run-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run-test.sh b/tests/run-test.sh index c587338..7d714ef 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -100,9 +100,9 @@ done test/common/run-tests --test-dir test/verify --nondestructive $exclude_options \ --machine localhost:22 --browser localhost:9090 $TESTS || RC=$? -# check-menu is not @nondestructive yet, keep it last +# check-shell-menu is not @nondestructive yet, keep it last if [ -n "$test_basic" ]; then - test/verify/check-menu --machine localhost:22 --browser localhost:9090 || RC=$? + test/verify/check-shell-menu --machine localhost:22 --browser localhost:9090 || RC=$? fi echo $RC > "$LOGS/exitcode"