aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-07-20 15:49:57 +0000
committerGerald Combs <gerald@wireshark.org>2010-07-20 15:49:57 +0000
commit334f5715cd4ff6ab66aac2bf7c7da300a6e5703a (patch)
tree0813823ff865ec18c47389885f8290ee85983fc7 /tools
parent4c14b405a144de92ccfc4429cf49467ef62b4398 (diff)
Dump the error output when we have a problem.
svn path=/trunk/; revision=33594
Diffstat (limited to 'tools')
-rwxr-xr-xtools/fuzz-test.sh2
1 files changed, 0 insertions, 2 deletions
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"