summaryrefslogtreecommitdiff
path: root/tools/run-writetest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run-writetest.sh')
-rwxr-xr-xtools/run-writetest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-writetest.sh b/tools/run-writetest.sh
index 27d3030349..807a1ffbcb 100755
--- a/tools/run-writetest.sh
+++ b/tools/run-writetest.sh
@@ -21,6 +21,6 @@ rm -r $dir/sftest
for bs in $@ ; do
echo "Blocksize $bs"
- ./sftest $sync $nocache -b $bs -q -d $dir -S $filesize
+ ./sftest $sync $nocache -b $bs -q -d $dir -n $numfiles -S $filesize
rm -r $dir/sftest
done