From 7ed158a79e225ea988eb52f3fd3f274d5260d5ec Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 4 Mar 2015 20:53:26 -0600 Subject: remove unused -N (nocache) option from readtest script --- tools/run-readtest.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/run-readtest.sh b/tools/run-readtest.sh index 004920d35c..e10a066fc8 100755 --- a/tools/run-readtest.sh +++ b/tools/run-readtest.sh @@ -19,7 +19,6 @@ while [ $# -gt 1 ] ; do -d) dir=$2; shift; shift ;; -f) filesize=$2; shift; shift ;; -n) numfiles=$2; shift; shift ;; - -N) nocache="-s"; shift;; *) break ;; esac done @@ -82,5 +81,5 @@ for bs in $@ ; do fi echo "# Blocksize $bs" - ./readtest $nocache -b $bs -q $dir/testfile_%d + ./readtest -b $bs -q $dir/testfile_%d done -- cgit v1.2.3