Skip to content

Commit

Permalink
Merge pull request #138 from alinask/topic/test-run-io-demo-add-n
Browse files Browse the repository at this point in the history
TEST: run_io_demo.sh - let the server accept the -n arg as well
  • Loading branch information
yosefe authored Apr 21, 2021
2 parents b09bfa1 + a14b490 commit b9dcb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/apps/iodemo/run_io_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ build_server_args_list() {
do
key="$1"
case $key in
-d|-P|-k|-r|-b)
-d|-P|-k|-r|-b|-n)
value="$2"
iodemo_server_args+=" $key $value"
shift
Expand Down

0 comments on commit b9dcb7e

Please sign in to comment.