tests: Adjust for renamed upstream test
This commit is contained in:
parent
13869944f3
commit
96f32077a5
@ -100,9 +100,9 @@ done
|
|||||||
test/common/run-tests --test-dir test/verify --nondestructive $exclude_options \
|
test/common/run-tests --test-dir test/verify --nondestructive $exclude_options \
|
||||||
--machine localhost:22 --browser localhost:9090 $TESTS || RC=$?
|
--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
|
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
|
fi
|
||||||
|
|
||||||
echo $RC > "$LOGS/exitcode"
|
echo $RC > "$LOGS/exitcode"
|
||||||
|
Loading…
Reference in New Issue
Block a user