aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test-common.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-03-07 12:28:54 -0800
committerMichael Mann <mmann78@netscape.net>2016-03-10 02:12:57 +0000
commit95951ad6fa4c90bb9063086830128a137c1515e8 (patch)
tree9f3c37fae0ea807c89949a04b7ea9d599c65e19b /tools/test-common.sh
parentcc251536fbd195e0484356ff0e24ce5cae4c2806 (diff)
Add the pass number to the fuzz failure report.
When adjusting MAX_PASSES it'd be nice to know how many passes it normally takes to fail. Change-Id: I335c26a1e6847371706da880b83773d142797da9 Reviewed-on: https://code.wireshark.org/review/14389 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'tools/test-common.sh')
-rwxr-xr-xtools/test-common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-common.sh b/tools/test-common.sh
index ccac973bf2..9b8cbc03fa 100755
--- a/tools/test-common.sh
+++ b/tools/test-common.sh
@@ -129,6 +129,7 @@ function ws_exit_error() {
echo -e "Processing failed. Capture info follows:\n"
echo " Input file: $CF"
echo " Output file: $TMP_DIR/$TMP_FILE"
+ echo " Pass: $PASS"
echo
# Fill in build information