aboutsummaryrefslogtreecommitdiffstats
path: root/test/config.sh
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2006-12-22 13:00:40 +0000
committerBill Meier <wmeier@newsguy.com>2006-12-22 13:00:40 +0000
commitc582bce50de4f01d10267f805fa499ae6a9b21c3 (patch)
tree9d215d2809e99617c78fa8027b7befca19b7f064 /test/config.sh
parente257cd4437d568d1f33df16da31422252428da98 (diff)
Use interface '1' for the capture tests;
Add additional error output in case any other problems svn path=/trunk/; revision=20197
Diffstat (limited to 'test/config.sh')
-rw-r--r--test/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config.sh b/test/config.sh
index 0ee6d93115..0cb97a2e4b 100644
--- a/test/config.sh
+++ b/test/config.sh
@@ -47,7 +47,7 @@ DUMPCAP=$WS_BIN_PATH/dumpcap
# interface with at least a few packets/sec traffic on it
# (e.g. start a web radio to generate some traffic :-)
# an interfaces index (1 based) should do well for recent devbuilds
-TRAFFIC_CAPTURE_IFACE=${TRAFFIC_CAPTURE_IFACE:-3}
+TRAFFIC_CAPTURE_IFACE=${TRAFFIC_CAPTURE_IFACE:-1}
# time to capture some traffic (in seconds)
# (you may increase this if you get errors caused by very low traffic)