Skip to content

Commit 54ff327

Browse files
Run full manaegement ui suite by default
1 parent 7b0e667 commit 54ff327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_management/selenium/run-suites.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

5-
SUITE_FILE=${1:-"all-suites"}
5+
SUITE_FILE=${1:-"full-suite-management-ui"}
66
OVERALL_TEST_RESULT=0
77
GREEN='\033[0;32m'
88
RED='\033[0;31m'

0 commit comments

Comments
 (0)