aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-06-01 16:23:51 +0000
committerGuy Harris <guy@alum.mit.edu>2011-06-01 16:23:51 +0000
commitf680be4ca2573555c598e9c5b42f06a3a3f25704 (patch)
treeede8e6668e581bf7beacbc4117386e3b0a54a075 /tools
parente96930f38b6cbd878327a7235a5c8ffbb9cbaccd (diff)
Remove the temporary debugging stuff.
svn path=/trunk/; revision=37509
Diffstat (limited to 'tools')
-rwxr-xr-xtools/fuzz-test.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/fuzz-test.sh b/tools/fuzz-test.sh
index d86f486930..99296204ba 100755
--- a/tools/fuzz-test.sh
+++ b/tools/fuzz-test.sh
@@ -216,14 +216,6 @@ while [ $PASS -lt $MAX_PASSES -o $MAX_PASSES -lt 1 ] ; do
fi
fi
-#
-# Temporary debugging stuff
-#
-echo "BIN_DIR = $BIN_DIR"
-echo "WIRESHARK_RUN_FROM_BUILD_DIRECTORY:"
-env | egrep WIRESHARK_RUN_FROM_BUILD_DIRECTORY
-echo "TSHARK is:"
-file "$TSHARK"
"$TSHARK" $TSHARK_ARGS $TMP_DIR/$TMP_FILE \
> /dev/null 2>> $TMP_DIR/$ERR_FILE
RETVAL=$?