forked from lix-project/lix
mk/run_test.sh: Add missing backslash
This commit is contained in:
parent
f9375778ae
commit
5d208cbe41
|
@ -28,7 +28,7 @@ run_test "$1"
|
||||||
# See https://github.com/NixOS/nix/issues/3605 for more info
|
# See https://github.com/NixOS/nix/issues/3605 for more info
|
||||||
if [[ $status -ne 0 && $status -ne 99 && \
|
if [[ $status -ne 0 && $status -ne 99 && \
|
||||||
"$(uname)" == "Darwin" && \
|
"$(uname)" == "Darwin" && \
|
||||||
"$log" =~ "unexpected EOF reading a line"
|
"$log" =~ "unexpected EOF reading a line" \
|
||||||
]]; then
|
]]; then
|
||||||
echo "$post_run_msg [${yellow}FAIL$normal] (possibly flaky, so will be retried)"
|
echo "$post_run_msg [${yellow}FAIL$normal] (possibly flaky, so will be retried)"
|
||||||
echo "$log" | sed 's/^/ /'
|
echo "$log" | sed 's/^/ /'
|
||||||
|
|
Loading…
Reference in a new issue