From 4e41ef7e1632e2223d4b8cb7ee3f02d424d713ff Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Mon, 18 Jul 2022 13:28:49 +0300 Subject: [PATCH] LU-16023 tests: sanity-quota/8 should return success sanity-quota/8 should return success explicitly Test-Parameters: trivial testlist=sanity-quota Fixes: bc69a8d058 ("LU-8621 utils: cmd help to stdout or short cmd error") Signed-off-by: Alex Zhuravlev Change-Id: Id30bfd3e0bafedb6516471accbc0519cc640d2bd Reviewed-on: https://review.whamcloud.com/47966 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Arshad Hussain Reviewed-by: James Simmons Reviewed-by: Wei Liu Reviewed-by: Oleg Drokin --- lustre/tests/sanity-quota.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 0b5e2f3..b38f191 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -2295,6 +2295,7 @@ test_8() { quota_error a $TSTUSR "dbench failed!" is_project_quota_supported && change_project -C $DIR/$tdir + return 0 } run_test 8 "Run dbench with quota enabled" -- 1.8.3.1