aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-30 17:41:46 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-30 17:41:46 +0000
commit8be86513e4171e609af5992f679e3249a2b76352 (patch)
treef3ecdf8d2fce1589f4b5dba64530265be8f24c29 /test
parent723a47f332daff95139fc96f8b0741c2033c0c89 (diff)
Temporarily enable dumpcap debugging.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37844 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-capture.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index 1a08b72c19..43fe3c3a66 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -208,7 +208,7 @@ capture_step_stdin() {
> ./testout.txt 2>&1
RETURNVALUE=$?
if [ ! $RETURNVALUE -eq $EXIT_OK ]; then
- capture_test_output_print ./testout.txt
+ capture_test_output_print ./testout.txt ./dumpcap_debug_log.tmp
test_step_failed "exit status of $DUT: $RETURNVALUE"
return
fi