Run full manaegement ui suite by default

This commit is contained in:
Marcial Rosales 2023-09-05 12:00:08 +02:00
parent 7b0e667647
commit 54ff3273ab
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
SUITE_FILE=${1:-"all-suites"}
SUITE_FILE=${1:-"full-suite-management-ui"}
OVERALL_TEST_RESULT=0
GREEN='\033[0;32m'
RED='\033[0;31m'