summaryrefslogtreecommitdiff
path: root/debian/patches/tests-ignore-kfreebsd-amd64-not-a-pdf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/tests-ignore-kfreebsd-amd64-not-a-pdf.patch')
-rw-r--r--debian/patches/tests-ignore-kfreebsd-amd64-not-a-pdf.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/patches/tests-ignore-kfreebsd-amd64-not-a-pdf.patch b/debian/patches/tests-ignore-kfreebsd-amd64-not-a-pdf.patch
new file mode 100644
index 000000000..eea2bfe8a
--- /dev/null
+++ b/debian/patches/tests-ignore-kfreebsd-amd64-not-a-pdf.patch
@@ -0,0 +1,26 @@
+From: Didier Raboud <odyx@debian.org>
+Date: Tue, 9 Aug 2016 18:30:48 +0200
+Subject: Tests: ignore loadFile failures
+
+Ignore the 'loadFile failed: temp file: not a PDF file' error that sometimes
+breaks the errorlines counting on kfreebsd-amd64 for some reason
+Origin: vendor
+Last-Update: 2015-02-10
+Patch-Name: tests-ignore-kfreebsd-amd64-not-a-pdf.patch
+---
+ test/run-stp-tests.sh | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh
+index 8bde425..f5a98dd 100755
+--- a/test/run-stp-tests.sh
++++ b/test/run-stp-tests.sh
+@@ -1028,6 +1028,8 @@ fi
+ count=`$GREP '^E ' $BASE/log/error_log | $GREP -v 'Unknown default SystemGroup' | \
+ $GREP -v '(usb) crashed on signal 11' | \
+ $GREP -v '(dnssd) stopped with status 1' | \
++ $GREP -v 'loadFile failed: temp file: not a PDF file' | \
++ $GREP -v 'Failed to connect to system bus' | \
+ wc -l | awk '{print $1}'`
+ if test $count != 33; then
+ echo "FAIL: $count error messages, expected 33."