diff options
author | Gerald Combs <gerald@wireshark.org> | 2016-05-27 11:21:09 -0700 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2016-05-27 18:44:10 +0000 |
commit | dfc545d8f2e3c8bf5547d738884f34d10bc85cfc (patch) | |
tree | 4a252db0de9c2bb75e56c15e3944ff0e56b8676c /test | |
parent | b3514e84849fb6a33b8b7dda486ea1774b1b4cc5 (diff) | |
download | wireshark-dfc545d8f2e3c8bf5547d738884f34d10bc85cfc.tar.gz wireshark-dfc545d8f2e3c8bf5547d738884f34d10bc85cfc.tar.bz2 wireshark-dfc545d8f2e3c8bf5547d738884f34d10bc85cfc.zip |
Test: Revert debugging output.
Revert "Test: Make capture_step_stdin more verbose." and "Test: more
suite-capture debugging." Tests on the Windows 8.1 builder have been
passing since recommended OS updates were installed on the 24th.
This reverts commits 7f710ef2b54d9eeb06c35ab1bd834f2df0696024 and
f52c3c468a508e1e770c32d479cdd761cb412af8.
Change-Id: I7cf10a38ba001426baea5fc76a34610c3a26ced2
Reviewed-on: https://code.wireshark.org/review/15590
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'test')
-rwxr-xr-x | test/suite-capture.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh index bac81bfb95..af02d6eefb 100755 --- a/test/suite-capture.sh +++ b/test/suite-capture.sh @@ -223,8 +223,6 @@ capture_step_stdin() { CONSOLE_LOG_ARGS="-o console.log.level:127" fi - set -xv - date (cat "${CAPTURE_DIR}dhcp.pcap"; sleep 1; tail -c +25 "${CAPTURE_DIR}dhcp.pcap") | \ $DUT -i - $TRAFFIC_CAPTURE_PROMISC \ -w ./testout.pcap \ @@ -232,8 +230,6 @@ capture_step_stdin() { $CONSOLE_LOG_ARGS \ > ./testout.txt 2> ./testerr.txt RETURNVALUE=$? - date - set +xv if [ ! $RETURNVALUE -eq $EXIT_OK ]; then capture_test_output_print ./testout.txt ./testerr.txt ./dumpcap_debug_log.tmp capture_test_output_capinfos ./testout.pcap |