From 69167906082aac9812d69f4ccd2de2e897b14c4e Mon Sep 17 00:00:00 2001
From: Rick Carback <rick@privategrity.com>
Date: Thu, 29 Mar 2018 19:48:45 +0000
Subject: [PATCH] Add check for any server errors in the server logs, and fail
 the integration test if we see any

---
 basice2e/noerrors.txt | 0
 basice2e/run.sh       | 2 ++
 2 files changed, 2 insertions(+)
 create mode 100644 basice2e/noerrors.txt

diff --git a/basice2e/noerrors.txt b/basice2e/noerrors.txt
new file mode 100644
index 0000000..e69de29
diff --git a/basice2e/run.sh b/basice2e/run.sh
index f65a605..5331eaf 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -109,5 +109,7 @@ done
 
 
 diff -ruN clients.goldoutput $CLIENTOUT
+cat $SERVERLOGS/*.log | grep "ERROR" > results/server-errors.txt
+diff -ruN results/server-errors.txt noerrors.txt
 
 echo "SUCCESS!"
-- 
GitLab