aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fuzz-test.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-06-01 09:12:10 +0000
committerGuy Harris <guy@alum.mit.edu>2011-06-01 09:12:10 +0000
commitda6a34fce7dd20a424ba2b3873e1be59d4a2886a (patch)
tree7f66de530cf62b744f4424ba605aff3174f64959 /tools/fuzz-test.sh
parent96215c08a9ebf7029b58e312493b197c408cdcf1 (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. svn path=/trunk/; revision=37504
Diffstat (limited to 'tools/fuzz-test.sh')
-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=$?