diff --git a/services/document-updater/test/acceptance/scripts/full-test.sh b/services/document-updater/test/acceptance/scripts/full-test.sh index ad8eaea1d6..32fa62133c 100644 --- a/services/document-updater/test/acceptance/scripts/full-test.sh +++ b/services/document-updater/test/acceptance/scripts/full-test.sh @@ -10,7 +10,7 @@ echo ">> Server started with pid: $_pid" sleep 20 echo ">> Running acceptance tests..." -grunt test:acceptance +grunt mochaTest:acceptance _test_exit_code=$? echo ">> Killing server (pid: $_pid)"