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

generate log dir

parent f210f3d9
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@ function run {
[ -d $dir ] && rm -rf $dir
mkdir -p $dir
sed "s#^directory=.*#directory=$dir#g" $tfile > $tfile.run
[ -d /tmp/fio ] && rm -rf /tmp/fio
mkdir -p /tmp/fio
fio $tfile.run
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment