stop script after test execution

This commit is contained in:
Eugenio Romano
2018-08-07 13:36:43 +01:00
parent 68779e0426
commit 43bb42c10b

View File

@@ -175,11 +175,13 @@ fi
if $EXEC_TEST == true; then
echo "====== Demo shell Test ====="
npm run test || exit 1
exit 0
fi
if $EXEC_E2E == true; then
echo "====== Demo shell e2e ====="
npm run e2e
exit 0
fi
if $EXEC_START == true; then