Skip to content

Commit

Permalink
TEST: run_io_demo.sh - let the server accept the -n arg as well
Browse files Browse the repository at this point in the history
  • Loading branch information
alinask committed Apr 21, 2021
1 parent b09bfa1 commit a14b490
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 a14b490

Please sign in to comment.