mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
remove unused -N (nocache) option from readtest script
This commit is contained in:
parent
2ab26bd86d
commit
7ed158a79e
1 changed files with 1 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ while [ $# -gt 1 ] ; do
|
||||||
-d) dir=$2; shift; shift ;;
|
-d) dir=$2; shift; shift ;;
|
||||||
-f) filesize=$2; shift; shift ;;
|
-f) filesize=$2; shift; shift ;;
|
||||||
-n) numfiles=$2; shift; shift ;;
|
-n) numfiles=$2; shift; shift ;;
|
||||||
-N) nocache="-s"; shift;;
|
|
||||||
*) break ;;
|
*) break ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
@ -82,5 +81,5 @@ for bs in $@ ; do
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "# Blocksize $bs"
|
echo "# Blocksize $bs"
|
||||||
./readtest $nocache -b $bs -q $dir/testfile_%d
|
./readtest -b $bs -q $dir/testfile_%d
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue