mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +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:
parent
72ac461cbe
commit
381823d6d2
@ -61,7 +61,7 @@ cd $DNAME
|
|||||||
(( $? != 0 )) && log_untested "Could not change directory to $DNAME"
|
(( $? != 0 )) && log_untested "Could not change directory to $DNAME"
|
||||||
|
|
||||||
$LS $BNAME | $CPIO -oc > $TESTDIR/cpio$$.cpio
|
$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
|
cd $cwd
|
||||||
(( $? != 0 )) && log_untested "Could not change directory to $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"
|
(( $? != 0 )) && log_untested "Could not change directory to $DNAME"
|
||||||
|
|
||||||
$LS $BNAME | $CPIO -oc > $TESTDIR/cpio$$.cpio
|
$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
|
cd $cwd
|
||||||
(( $? != 0 )) && log_untested "Could not change directory to $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"
|
(( $? != 0 )) && log_untested "Could not change directory to $DNAME"
|
||||||
|
|
||||||
$LS $BNAME | $CPIO -oc > $NONZFS_TESTDIR/cpio$$.cpio
|
$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
|
cd $cwd
|
||||||
(( $? != 0 )) && log_untested "Could not change directory to $cwd"
|
(( $? != 0 )) && log_untested "Could not change directory to $cwd"
|
||||||
|
Loading…
Reference in New Issue
Block a user