Fix GREP_TESTS unbound error in test_under_docker.sh (#549)

Co-authored-by: Florent FAYOLLE <florent.fayolle@beta.gouv.fr>
pull/550/head
Florent 11 months ago committed by GitHub
parent efa734da71
commit 71bff10566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,4 +64,4 @@ TEST_ADD_SAMPLES=1 TEST_ACCOUNT_PASSWORD=not-needed \
GRIST_SESSION_COOKIE=grist_test_cookie \
GRIST_TEST_LOGIN=1 \
NODE_PATH=_build:_build/stubs \
$MOCHA _build/test/deployment/*.js --slow 6000 -g "${GREP_TESTS}" "$@"
$MOCHA _build/test/deployment/*.js --slow 6000 -g "${GREP_TESTS:-}" "$@"

Loading…
Cancel
Save