diff options
author | Bill Meier <wmeier@newsguy.com> | 2008-02-24 02:21:37 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2008-02-24 02:21:37 +0000 |
commit | f232875378c2f9a32175ba97e69de2835c153fe5 (patch) | |
tree | f5b53541796a6bf38108ffb0a22ee3da138a3e4c /test | |
parent | 885fec709ba7770358dbd08be805b4a0e9b7df8f (diff) | |
download | wireshark-f232875378c2f9a32175ba97e69de2835c153fe5.tar.gz wireshark-f232875378c2f9a32175ba97e69de2835c153fe5.tar.bz2 wireshark-f232875378c2f9a32175ba97e69de2835c153fe5.zip |
OK: comment out gathering of debug info; nothing interesting.
svn path=/trunk/; revision=24451
Diffstat (limited to 'test')
-rwxr-xr-x | test/config.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/config.sh b/test/config.sh index 369ace8d11..bc26006032 100755 --- a/test/config.sh +++ b/test/config.sh @@ -81,10 +81,10 @@ fi # Display our environment -printf "\n ------- Info =-----------------\n" -printf "Syms :$WS_SYSTEM: :$TRAFFIC_CAPTURE_IFACE: :$SKIP_CAPTURE: :$TEST_FIFO:\n" - -ls -l $WIRESHARK $TSHARK $DUMPCAP -ls -l $(which wireshark) $(which tshark) $(which dumpcap) -printf " ----------------------------------\n\n" +##printf "\n ------- Info =-----------------\n" +##printf "Syms :$WS_SYSTEM: :$TRAFFIC_CAPTURE_IFACE: :$SKIP_CAPTURE: :$TEST_FIFO:\n" +## +##ls -l $WIRESHARK $TSHARK $DUMPCAP +##ls -l $(which wireshark) $(which tshark) $(which dumpcap) +##printf " ----------------------------------\n\n" |