From 28536bfe73b2ff38756c7d7145f1d9533cf47cd4 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Fri, 17 Feb 2017 16:14:13 +0000 Subject: [PATCH] try running mochatest directly without compiling --- services/document-updater/test/acceptance/scripts/full-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/document-updater/test/acceptance/scripts/full-test.sh b/services/document-updater/test/acceptance/scripts/full-test.sh index af8ad4103d..9f6167e667 100755 --- a/services/document-updater/test/acceptance/scripts/full-test.sh +++ b/services/document-updater/test/acceptance/scripts/full-test.sh @@ -11,7 +11,7 @@ echo ">> Server started" sleep 5 echo ">> Running acceptance tests..." -grunt --no-color test:acceptance +grunt --no-color mochaTest:acceptance _test_exit_code=$? echo ">> Killing server"