Skip to content

Commit

Permalink
mk/run_test.sh: Add missing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Mar 2, 2022
1 parent f937577 commit 5d208cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run_test "$1"
# See https://github.com/NixOS/nix/issues/3605 for more info
if [[ $status -ne 0 && $status -ne 99 && \
"$(uname)" == "Darwin" && \
"$log" =~ "unexpected EOF reading a line"
"$log" =~ "unexpected EOF reading a line" \
]]; then
echo "$post_run_msg [${yellow}FAIL$normal] (possibly flaky, so will be retried)"
echo "$log" | sed 's/^/ /'
Expand Down

0 comments on commit 5d208cb

Please sign in to comment.