From 3a30f218a8b5f1681b6e20d90befaf51203d0841 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 17 Dec 2015 21:37:15 -0800 Subject: [PATCH] add to parallel test --- parallel_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parallel_test.sh b/parallel_test.sh index cf3174b..de9c7b7 100755 --- a/parallel_test.sh +++ b/parallel_test.sh @@ -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=()