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~3521 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a1f6dd481218cd95c8d48ed684070cc2b0f62db2;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..639e280ee 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"