From 5b9d61f3b9847492301d8c79964272a803354c67 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 17 Jul 2015 14:38:32 -0700 Subject: Remove the debugging output; it's now attached to the bug. Change-Id: I6a9252d2841fc44c6fdb6bd27517d60570afbae0 Reviewed-on: https://code.wireshark.org/review/9695 Reviewed-by: Guy Harris --- test/suite-decryption.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test') diff --git a/test/suite-decryption.sh b/test/suite-decryption.sh index 777032f73a..dd4202dae3 100755 --- a/test/suite-decryption.sh +++ b/test/suite-decryption.sh @@ -126,12 +126,6 @@ decryption_step_ssl_rsa_pq() { if [ "$WS_SYSTEM" == "Windows" ] ; then TEST_KEYS_FILE="`cygpath -w $TEST_KEYS_FILE`" fi - echo $TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri \ - -o ssl.keys_list:"0.0.0.0,443,http,$TEST_KEYS_FILE" \ - -r "$CAPTURE_DIR/rsa-p-lt-q.pcap" -Y http - $TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS -V \ - -o ssl.keys_list:"0.0.0.0,443,http,$TEST_KEYS_FILE" \ - -r "$CAPTURE_DIR/rsa-p-lt-q.pcap" $TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri \ -o ssl.keys_list:"0.0.0.0,443,http,$TEST_KEYS_FILE" \ -r "$CAPTURE_DIR/rsa-p-lt-q.pcap" -Y http \ -- cgit v1.2.3