Move them to $seqres.<debug-file> so they don't pollute the source
tree that fstests is running from.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Zorro lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
diff $tmp.backup1 $tmp.backup2
if [ $? -ne 0 ]; then
echo "urk, failed - creating $seq.backup1 and $seq.backup2"
- cp $tmp.backup1 $seq.backup1 && cp $tmp.backup2 $seq.backup2
+ cp $tmp.backup1 $seqres.backup1 && cp $tmp.backup2 $seqres.backup2
status=1
exit
fi