mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
make -n (numfiles) argument do something
This commit is contained in:
parent
90c1e0ffd2
commit
b4e32cd94b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue