diff options
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" |