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

removed an exit

parent 96c21bec
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ function run { ...@@ -11,7 +11,6 @@ function run {
mkdir -p $dir mkdir -p $dir
sed "s#^directory=.*#directory=$dir#g" $tfile > $tfile.run sed "s#^directory=.*#directory=$dir#g" $tfile > $tfile.run
sed -i "s#/tmp/fio/.*#/tmp/fio/$HOST#g" $tfile.run sed -i "s#/tmp/fio/.*#/tmp/fio/$HOST#g" $tfile.run
exit
fio $tfile.run fio $tfile.run
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment