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

Grep for fatal msgs as well

parent 9f217a87
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,7 @@ runclients
diff -ruN clients.goldoutput $CLIENTOUT
cat $SERVERLOGS/*.log | grep "ERROR" > results/server-errors.txt || true
cat $SERVERLOGS/*.log | grep "FATAL" >> 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