Bugfix: actually run sequential ioping test

This commit is contained in:
Nils Steinger 2017-02-25 18:07:58 +01:00
parent fb531af819
commit 17b1681c5e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ printf '\n'
printf 'ioping: seek rate\n '
./ioping.static -R -w 5 /var/tmp | tail -n 1
printf 'ioping: sequential speed\n '
./ioping.static -R -w 5 /var/tmp | tail -n 2 | head -n 1
./ioping.static -RL -w 5 /var/tmp | tail -n 2 | head -n 1
printf '\n'