aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-01 09:12:10 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-01 09:12:10 +0000
commit87bcef7d04d2c85b74f785832cbc827e76b89c58 (patch)
tree7f66de530cf62b744f4424ba605aff3174f64959 /tools
parent82dafacd93a8a0284df9d0d86f460a7c8cb39882 (diff)
Temporary debugging stuff to see in what environment tshark is being
run - the plugins might not be getting loaded, and the goal is to figure out why. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37504 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools')
-rwxr-xr-xtools/fuzz-test.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/fuzz-test.sh b/tools/fuzz-test.sh
index 99296204ba..d86f486930 100755
--- a/tools/fuzz-test.sh
+++ b/tools/fuzz-test.sh
@@ -216,6 +216,14 @@ 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=$?