Skip to content

Commit

Permalink
test: fix record arg
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 9, 2021
1 parent 9d4764d commit b248406
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/circle-ci.bash
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ export SERVE_ADMIN_PORT=5001
export LOG_LEAK_SENSITIVE_VALUES=true
export TEST_DATABASE_SQLITE="sqlite://$(mktemp -d -t ci-XXXXXXXXXX)/e2e.sqlite?_fk=true"


WATCH=no
RECORD=no

for i in "$@"
do
Expand Down Expand Up @@ -153,7 +151,7 @@ if [[ $WATCH = "yes" ]]; then
(cd ../..; npm run test:watch)
else
if [[ $RECORD = "yes" ]]; then
(cd ../..; npm run test -- record )
(cd ../..; npm run test -- --record )
fi
fi

Expand Down

0 comments on commit b248406

Please sign in to comment.