From: Wang Sheng-Hui Date: Wed, 27 Feb 2013 06:47:54 +0000 (+0000) Subject: xfstests 273: fix a typo X-Git-Tag: v2022.05.01~3530 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0c5e67e46e476b70290033efc7feb784f7ecbab1;p=xfstests-dev.git xfstests 273: fix a typo Make the porter log cp failure into $seq.full by appending, not overwriting, which can help debug. Signed-off-by: Wang Sheng-Hui Reviewed-by: Dave Chinner Signed-off-by: Rich Johnston --- diff --git a/273 b/273 index 67f3d6b1..2bb15ae1 100755 --- a/273 +++ b/273 @@ -92,7 +92,7 @@ _porter() exit fi - cp -r $SCRATCH_MNT/origin $SCRATCH_MNT/sub_$_suffix >$seq.full 2>&1 + cp -r $SCRATCH_MNT/origin $SCRATCH_MNT/sub_$_suffix >$seq.full 2>>&1 if [ $? -ne 0 ] then echo "_porter $_suffix not complete"