From 533804c55bf34b68fec66a7617b809da38b17561 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 --- services/clsi/test/acceptance/scripts/full-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/clsi/test/acceptance/scripts/full-test.sh b/services/clsi/test/acceptance/scripts/full-test.sh index 0295eb5a40..a465bdde16 100755 --- a/services/clsi/test/acceptance/scripts/full-test.sh +++ b/services/clsi/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"