aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fuzz-test.sh
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-05-20 22:00:39 +0000
committerEvan Huus <eapache@gmail.com>2013-05-20 22:00:39 +0000
commit0c671d8d4d786caad709b05c403119799834f3ae (patch)
treed2991fabc930426b4198b10c00ca9fc55fb24abe /tools/fuzz-test.sh
parent5484210e11384d678cce0897cd0668ab18e39084 (diff)
Remove some of the extra noise added while trying to figure out why
the build-bot's valgrind pass wasn't running with/without tree. It's still broken, but the debug output wasn't giving us any useful information. svn path=/trunk/; revision=49464
Diffstat (limited to 'tools/fuzz-test.sh')
-rwxr-xr-xtools/fuzz-test.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/fuzz-test.sh b/tools/fuzz-test.sh
index 8a7eaca3f0..fc0fbbdeb8 100755
--- a/tools/fuzz-test.sh
+++ b/tools/fuzz-test.sh
@@ -50,7 +50,7 @@ shift $(($OPTIND - 1))
if [ $VALGRIND -eq 1 ]; then
RUNNER="$BIN_DIR/tools/valgrind-wireshark.sh"
- declare -a RUNNER_ARGS=("${CONFIG_PROFILE}${TWO_PASS}-T" "${CONFIG_PROFILE}${TWO_PASS}-v")
+ declare -a RUNNER_ARGS=("${CONFIG_PROFILE}${TWO_PASS}-T" "${CONFIG_PROFILE}${TWO_PASS} ")
else
# Not using valgrind, use regular tshark.
# TShark arguments (you won't have to change these)
@@ -156,7 +156,6 @@ while [ \( $PASS -lt $MAX_PASSES -o $MAX_PASSES -lt 1 \) -a $DONE -ne 1 ] ; do
fi
fi
- echo "RUNNER_ARGS:" "${RUNNER_ARGS[@]}"
for ARGS in "${RUNNER_ARGS[@]}" ; do
echo -n "($ARGS) "
echo -e "Command and args: $RUNNER $ARGS\n" > $TMP_DIR/$ERR_FILE