add to parallel test

This commit is contained in:
Girish Ramakrishnan 2015-12-17 21:37:15 -08:00
parent 9fff6176a2
commit 3a30f218a8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -eu
export DEBUG=superagent-sync,e2e:*
export DEBUG_COLORS=true
readonly tests=(app-flow-test cloudron-user-test new-user-test cloudron-backup-test)
readonly tests=(app-flow-test cloudron-user-test new-user-test cloudron-backup-test custom-domain-test)
test_pids=()
test_logs=()