Skip to content

Commit 0a1418c

Browse files
gamanakisamotin
andauthored
Update tests/zfs-tests/tests/functional/rsend/send_leak_keymaps.ksh
Co-authored-by: Alexander Motin <[email protected]> Signed-off-by: George Amanakis <[email protected]>
1 parent 193a339 commit 0a1418c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/zfs-tests/tests/functional/rsend/send_leak_keymaps.ksh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ done
7070
log_must eval "zfs send $TESTPOOL/$TESTFS2@snap_0 | zfs recv $TESTPOOL/recv"
7171

7272
for i in $(seq 3 3 20); do
73-
echo "Sending incremental snapshot snap_$((i - 3)) -> snap_$i"
73+
log_note "Sending incremental snapshot snap_$((i - 3)) -> snap_$i"
7474
log_must zfs get -Hpd 1 -t snapshot all $TESTPOOL/$TESTFS2 &>/dev/null
7575
log_must eval "zfs send -I $TESTPOOL/$TESTFS2@snap_$((i - 3)) \
7676
$TESTPOOL/$TESTFS2@snap_$i | zfs recv $TESTPOOL/recv"

0 commit comments

Comments
 (0)