xfstests: convert tests to use new results directory
[xfstests-dev.git] / tests / generic / 300
index 854efc867b29c9bdbf791e3239040efa0b9c91a3..efd7ec8406d5c4c274103cccd76b41140b8111f1 100644 (file)
@@ -25,6 +25,9 @@
 #
 
 seq=`basename $0`
+seqres=$RESULT_DIR/$seq
+seqres=$RESULT_DIR/$seq
+seqres=$RESULT_DIR/$seq
 echo "QA output created by $seq"
 
 here=`pwd`
@@ -127,13 +130,13 @@ _workout()
        echo ""
        echo "Run fio with random aio-dio pattern"
        echo ""
-       cat $tmp-$seq.fio >>  $seq.full
+       cat $tmp-$seq.fio >>  $seqres.full
        run_check $FIO_PROG $tmp-$seq.fio
 }
 
 _require_fio $tmp-$seq.fio
 
-_scratch_mkfs_sized $FS_SIZE >> $seq.full 2>&1
+_scratch_mkfs_sized $FS_SIZE >> $seqres.full 2>&1
 _scratch_mount
 
 if ! _workout; then