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 <shhuiw@gmail.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
Wang Sheng-Hui
2013-02-27 06:47:54 +00:00
committed by Rich Johnston
parent 2a599a54ab
commit a1f6dd4812
+1 -1
View File
@@ -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"