Skip to content
Snippets Groups Projects
Commit 9f217a87 authored by Rick Carback's avatar Rick Carback
Browse files

Make sure grep doesn't fail the build

parent 88f2a786
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ runclients
diff -ruN clients.goldoutput $CLIENTOUT
cat $SERVERLOGS/*.log | grep "ERROR" > results/server-errors.txt
cat $SERVERLOGS/*.log | grep "ERROR" > results/server-errors.txt || true
diff -ruN results/server-errors.txt noerrors.txt
echo "SUCCESS!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment