mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 19:05:06 -05:00
test: allow nodes to poll themselves
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user