From 664f345636c7a84755f92e3962551d77bda91121 Mon Sep 17 00:00:00 2001 From: Kamal Mostafa Date: Thu, 30 Aug 2012 09:00:02 -0700 Subject: [PATCH] tests: run fewer rate-slop cases --- tests/test-21-rate-slop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-21-rate-slop b/tests/test-21-rate-slop index 22dc105..7b68e57 100755 --- a/tests/test-21-rate-slop +++ b/tests/test-21-rate-slop @@ -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