From 9746a051dee83c8a48af07c12cb44f135c06f2f0 Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Mon, 20 Aug 2018 16:08:00 -0700 Subject: [PATCH] test/vhost: replace -q with --silence-noticelog The short version of this argument has been removed from production. Change-Id: I52631c4239f6863157e73a9bfd5196526c9490aa Signed-off-by: Seth Howell Reviewed-on: https://review.gerrithub.io/422915 Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Changpeng Liu Reviewed-by: Karol Latecki Reviewed-by: Jim Harris Reviewed-by: Ben Walker Tested-by: SPDK CI Jenkins --- test/vhost/other/negative.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vhost/other/negative.sh b/test/vhost/other/negative.sh index b40b5ea2e..679c76971 100755 --- a/test/vhost/other/negative.sh +++ b/test/vhost/other/negative.sh @@ -42,7 +42,7 @@ VHOST_APP="$SPDK_BUILD_DIR/app/vhost/vhost" notice "Testing vhost command line arguments" # Printing help will force vhost to exit without error -$VHOST_APP -c /path/to/non_existing_file/conf -S $NEGATIVE_BASE_DIR -e 0x0 -s 1024 -d -q -h +$VHOST_APP -c /path/to/non_existing_file/conf -S $NEGATIVE_BASE_DIR -e 0x0 -s 1024 -d -h --silence-noticelog # Testing vhost create pid file option. Vhost will exit with error as invalid config path is given if $VHOST_APP -c /path/to/non_existing_file/conf -f $SPDK_VHOST_SCSI_TEST_DIR/vhost.pid; then