Skip to content

Commit

Permalink
script improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
bubonicfred committed Jun 19, 2024
1 parent b9c06ba commit 92e7474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo Remove old log file
LOGDIR=./tests/end2end/logs
mkdir -p "$LOGDIR"
SERVERLOG=$LOGDIR/server.log
rm "$SERVERLOG"
rm "$SERVERLOG" | /dev/null

echo Start end2end server
npm run test:end2end:server >"$SERVERLOG" &
Expand Down

0 comments on commit 92e7474

Please sign in to comment.