From a14b4904b6997d59423e6644549ec12bae5b9cf0 Mon Sep 17 00:00:00 2001 From: Alina Sklarevich Date: Wed, 21 Apr 2021 10:57:41 +0300 Subject: [PATCH] TEST: run_io_demo.sh - let the server accept the -n arg as well --- test/apps/iodemo/run_io_demo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/apps/iodemo/run_io_demo.sh b/test/apps/iodemo/run_io_demo.sh index dd392b9fa19..775249d45dd 100755 --- a/test/apps/iodemo/run_io_demo.sh +++ b/test/apps/iodemo/run_io_demo.sh @@ -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