Skip to content
Snippets Groups Projects
Commit f47bc56b authored by Henning Fehrmann's avatar Henning Fehrmann Committed by Henning Fehrmann
Browse files

correct the test directory

parent 00e26f6b
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ function run { ...@@ -9,7 +9,7 @@ function run {
dir=$MDIR/fio/$HOST dir=$MDIR/fio/$HOST
[ -d $dir ] && rm -rf $dir [ -d $dir ] && rm -rf $dir
mkdir -p $dir mkdir -p $dir
sed "s#^directory=.*#directory=$dir/$HOST#g" $tfile > $tfile.run sed "s#^directory=.*#directory=$dir#g" $tfile > $tfile.run
sed -i "s#^write_\(.*\)#write_\1_$HOST.log#g" $tfile.run sed -i "s#^write_\(.*\)#write_\1_$HOST.log#g" $tfile.run
[ -d /tmp/fio ] && rm -rf /tmp/fio [ -d /tmp/fio ] && rm -rf /tmp/fio
mkdir -p /tmp/fio mkdir -p /tmp/fio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment