From a0969ec839e226b95c601b5f8832f8f2d20b5d6d Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Mon, 6 Mar 2017 14:43:14 +0000 Subject: [PATCH] Don't compile acceptance test files during test run --- test/acceptance/scripts/full-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/scripts/full-test.sh b/test/acceptance/scripts/full-test.sh index 0295eb5..a465bdd 100755 --- a/test/acceptance/scripts/full-test.sh +++ b/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"