Don't compile acceptance test files during test run

This commit is contained in:
Shane Kilkelly 2017-03-06 14:43:14 +00:00
parent 1fed715230
commit 533804c55b

View file

@ -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"