test: allow nodes to poll themselves

This commit is contained in:
Miroslav Lichvar
2019-09-05 17:30:17 +02:00
parent 4adcf58368
commit 435cbef31a
2 changed files with 2 additions and 3 deletions

View File

@@ -449,7 +449,6 @@ run_test() {
for i in $(seq 1 $nodes); do
echo "node${i}_shift_pll = $shift_pll"
for j in $(seq 1 $nodes); do
[ $i -eq $j ] && continue
echo "node${i}_delay${j} = $(get_delay_expr up)"
echo "node${j}_delay${i} = $(get_delay_expr down)"
done