From 43bf9df219c8208abadb144857ebe83fe80b517b Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Fri, 22 May 2015 09:03:01 +0200 Subject: Improved testing application Removed warning from the quic dissector Travis now runs regression tests --- tests/do.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/do.sh b/tests/do.sh index e7d28aa9c..2af667551 100755 --- a/tests/do.sh +++ b/tests/do.sh @@ -1,7 +1,7 @@ READER=../example/ndpiReader - +RC=0 PCAPS=`cd pcap; /bin/ls *.pcap` build_results() { @@ -25,6 +25,7 @@ check_results() { echo "$f\t ERROR" echo "$CMD" diff result/$f.out /tmp/reader.out + RC=1 fi /bin/rm /tmp/reader.out @@ -32,6 +33,7 @@ check_results() { done } - build_results -check_results \ No newline at end of file +check_results + +exit $RC \ No newline at end of file -- cgit v1.2.3