summaryrefslogtreecommitdiff
path: root/tools/fuzz-test.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-03 18:03:12 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-03 18:03:12 +0000
commit52972458e848a5e333783d2b56f3f2d814649d7d (patch)
treec53a742d8d1a56f5ff97d9db013b0e40bcc12c90 /tools/fuzz-test.sh
parentafbf3cd59672be92968f0a65f8743765009ef348 (diff)
downloadwireshark-52972458e848a5e333783d2b56f3f2d814649d7d.tar.gz
Add the command and arguments to the error file.
svn path=/trunk/; revision=45294
Diffstat (limited to 'tools/fuzz-test.sh')
-rwxr-xr-xtools/fuzz-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/fuzz-test.sh b/tools/fuzz-test.sh
index 8c2cdeb674..09dc951359 100755
--- a/tools/fuzz-test.sh
+++ b/tools/fuzz-test.sh
@@ -258,6 +258,7 @@ while [ \( $PASS -lt $MAX_PASSES -o $MAX_PASSES -lt 1 \) -a $DONE -ne 1 ] ; do
for ARGS in "${RUNNER_ARGS[@]}" ; do
echo -n "($ARGS) "
+ echo -e "Command and args: $RUNNER $ARGS\n" > $TMP_DIR/$ERR_FILE
"$RUNNER" $ARGS $TMP_DIR/$TMP_FILE \
> /dev/null 2>> $TMP_DIR/$ERR_FILE
RETVAL=$?