aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-capture.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-06-30 17:41:46 +0000
committerGerald Combs <gerald@wireshark.org>2011-06-30 17:41:46 +0000
commitf04a525e7971972a5544484d42a79c497940ad1d (patch)
treef3ecdf8d2fce1589f4b5dba64530265be8f24c29 /test/suite-capture.sh
parent2b439f46f36c09db243e1ffb425f438b651b0d04 (diff)
Temporarily enable dumpcap debugging.
svn path=/trunk/; revision=37844
Diffstat (limited to 'test/suite-capture.sh')
-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