xfstests: RESULTS_DIR needs to be an absolute path
[xfstests-dev.git] / tests / generic / 233
index 21748a6694d59482432c46f9307973b2e8a51abc..579134aac252b12c36c92222c822114284784c2c 100755 (executable)
@@ -45,7 +45,7 @@ FSX_ARGS="-q -l $FSX_FILE_SIZE -o 65536 -S 191110531 -N 100000"
 
 _filter_num()
 {
-       tee -a $here/$seqres.full |\
+       tee -a $seqres.full |\
        sed -e 's/[0-9][0-9]* inodes/I inodes/g' \
            -e 's/[0-9][0-9]* paths/P paths/g' \
            -e 's/seed = [0-9][0-9]*/seed = S/'
@@ -64,11 +64,11 @@ _fsstress()
 -f rename=10 -f fsync=2 -f write=15 -f dwrite=15 \
 -n $count -d $out -p 7`
 
-       echo "fsstress $args" >> tee -a $here/$seqres.full
-       if ! su $qa_user -c "$FSSTRESS_PROG $args" | tee -a $here/$seqres.full | _filter_num
+       echo "fsstress $args" >> tee -a $seqres.full
+       if ! su $qa_user -c "$FSSTRESS_PROG $args" | tee -a $seqres.full | _filter_num
        then
                echo "    fsstress $args returned $?"
-               cat $tmp.out | tee -a $here/$seqres.full
+               cat $tmp.out | tee -a $seqres.full
                status=1
        fi
 }