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 fdab7763a2
commit a0969ec839

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"