mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Update migration_004_pos, migration_005_pos, migration_006_pos
Log function should be "log_fail", rather than "log_failED" Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: legend-hua <liu.hua130@zte.com.cn> Closes #5300
This commit is contained in:
committed by
Brian Behlendorf
parent
72ac461cbe
commit
381823d6d2
@@ -61,7 +61,7 @@ cd $DNAME
|
||||
(( $? != 0 )) && log_untested "Could not change directory to $DNAME"
|
||||
|
||||
$LS $BNAME | $CPIO -oc > $TESTDIR/cpio$$.cpio
|
||||
(( $? != 0 )) && log_failED "Unable to create cpio archive"
|
||||
(( $? != 0 )) && log_fail "Unable to create cpio archive"
|
||||
|
||||
cd $cwd
|
||||
(( $? != 0 )) && log_untested "Could not change directory to $cwd"
|
||||
|
||||
@@ -61,7 +61,7 @@ cd $DNAME
|
||||
(( $? != 0 )) && log_untested "Could not change directory to $DNAME"
|
||||
|
||||
$LS $BNAME | $CPIO -oc > $TESTDIR/cpio$$.cpio
|
||||
(( $? != 0 )) && log_failED "Unable to create cpio archive"
|
||||
(( $? != 0 )) && log_fail "Unable to create cpio archive"
|
||||
|
||||
cd $cwd
|
||||
(( $? != 0 )) && log_untested "Could not change directory to $cwd"
|
||||
|
||||
@@ -61,7 +61,7 @@ cd $DNAME
|
||||
(( $? != 0 )) && log_untested "Could not change directory to $DNAME"
|
||||
|
||||
$LS $BNAME | $CPIO -oc > $NONZFS_TESTDIR/cpio$$.cpio
|
||||
(( $? != 0 )) && log_failED "Unable to create cpio archive"
|
||||
(( $? != 0 )) && log_fail "Unable to create cpio archive"
|
||||
|
||||
cd $cwd
|
||||
(( $? != 0 )) && log_untested "Could not change directory to $cwd"
|
||||
|
||||
Reference in New Issue
Block a user