tests: run fewer rate-slop cases

This commit is contained in:
Kamal Mostafa 2012-08-30 09:00:02 -07:00
parent 6d749c7771
commit 664f345636
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ function try_tx_rx_rate
./self-test testdata-ascii.txt $txr -- $rx_rate || let fail++
}
for adj in -8 -5 -3 -2 -1 0 +1 +2 +3 +5 +8
# for adj in -8 -5 -3 -2 -1 0 +1 +2 +3 +5 +8
for adj in -8 -1 0 +1 +8
do
let tx_rate="rx_rate + adj"
try_tx_rx_rate $tx_rate