Skip to content

Commit fc014a8

Browse files
committed
Add spaces around "<Fatal>" pattern
1 parent 4a30aad commit fc014a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/test/fuzzer/run-fuzzer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ EOF
382382
if rg --text -o 'Received signal.*|Logical error.*|Assertion.*failed|Failed assertion.*|.*runtime error: .*|.*is located.*|(SUMMARY|ERROR): [a-zA-Z]+Sanitizer:.*|.*_LIBCPP_ASSERT.*|.*Child process was terminated by signal 9.*' server.log > description.txt
383383
then
384384
# Save the stack trace of the server to the description file and preserve in raw text output.
385-
rg --text '<Fatal>' server.log >> description.txt ||:
385+
rg --text '\s<Fatal>\s' server.log >> description.txt || :
386386
else
387387
echo "Lost connection to server. See the logs." > description.txt
388388
fi

0 commit comments

Comments
 (0)