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

Co-authored-by: Florent FAYOLLE <florent.fayolle@beta.gouv.fr>
This commit is contained in:
Florent
2023-06-28 15:15:33 +02:00
committed by GitHub
parent efa734da71
commit 71bff10566

View File

@@ -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:-}" "$@"