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: https://www.infradead.org/git/?a=commitdiff_plain;h=0c5e67e46e476b70290033efc7feb784f7ecbab1;p=users%2Fhch%2Fxfstests-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 67f3d6b19..2bb15ae11 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"