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"