mk/run_test.sh: Add missing backslash

This commit is contained in:
Eelco Dolstra 2022-03-02 21:36:46 +01:00
parent f9375778ae
commit 5d208cbe41
1 changed files with 1 additions and 1 deletions

View File

@ -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/^/ /'