From: Alex Zhuravlev Date: Mon, 18 Jul 2022 10:28:49 +0000 (+0300) Subject: LU-16023 tests: sanity-quota/8 should return success X-Git-Tag: 2.15.51~25 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F47966%2F4;p=fs%2Flustre-release.git 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 --- 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"