From 334f5715cd4ff6ab66aac2bf7c7da300a6e5703a Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 20 Jul 2010 15:49:57 +0000 Subject: Dump the error output when we have a problem. svn path=/trunk/; revision=33594 --- tools/fuzz-test.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools') diff --git a/tools/fuzz-test.sh b/tools/fuzz-test.sh index 117e715c1d..257c789d8e 100755 --- a/tools/fuzz-test.sh +++ b/tools/fuzz-test.sh @@ -191,10 +191,8 @@ while [ $PASS -lt $MAX_PASSES -o $MAX_PASSES -lt 1 ] ; do echo " ERROR" echo -e "Processing failed. Capture info follows:\n" echo " Output file: $TMP_DIR/$TMP_FILE" - if [ $DISSECTOR_BUG -ne 0 ] ; then echo -e "stderr follows:\n" cat $TMP_DIR/$ERR_FILE - fi exit 1 fi echo " OK" -- cgit v1.2.3