1
0
Fork 0

Switch on Supervision in quickietest. (#10008)

This is nowadays needed to enable cluster health checks in testing.js.
This commit is contained in:
Max Neunhöffer 2019-09-13 12:24:59 +02:00 committed by GitHub
parent 2e91f4fe67
commit 43fa37e359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ trap "rm -rf ${JSLINTOUT}" EXIT
JSLINTPID="$!"
scripts/unittest shell_server --test tests/js/common/shell/shell-quickie.js "$@"
scripts/unittest shell_server --test tests/js/common/shell/shell-quickie.js --cluster true --agencySupervision false "$@"
scripts/unittest shell_server --test tests/js/common/shell/shell-quickie.js --cluster true --agencySupervision true "$@"
scripts/unittest shell_client --test tests/js/common/shell/shell-quickie.js "$@"
scripts/unittest shell_client --test tests/js/common/shell/shell-quickie.js --cluster true --agencySize 1 "$@"