From 8251d461e51353909cafc7d70e98c89b8554d27b Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Thu, 19 May 2022 16:01:51 -0500 Subject: [PATCH] LU-15876 test: restore missing spaces in ALWAYS_EXCEPT In sanity-flr, restore missing spaces in ALWAYS_EXCEPT. Fixes: a45fe93cd8 ("LU-14765 test: disable sanity-flr/44c") Test-Parameters: trivial testlist=sanity-flr fstype=zfs Signed-off-by: John L. Hammond Change-Id: Id2fa88b72d021cf114a80ae7dbd1f80bfb31a8b2 Reviewed-on: https://review.whamcloud.com/47406 Reviewed-by: Andreas Dilger Tested-by: Oleg Drokin Reviewed-by: Oleg Drokin --- lustre/tests/sanity-flr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-flr.sh b/lustre/tests/sanity-flr.sh index d35ac8e..d4e2e99 100644 --- a/lustre/tests/sanity-flr.sh +++ b/lustre/tests/sanity-flr.sh @@ -15,7 +15,7 @@ init_logging ALWAYS_EXCEPT="$SANITY_FLR_EXCEPT " # Bug number for skipped test: LU-14818 LU-11381 LU-14765 -ALWAYS_EXCEPT+=" 6 201 44c" +ALWAYS_EXCEPT+=" 6 201 44c " # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! # skip all tests for PPC until we can get sanity-pfl to pass @@ -25,7 +25,7 @@ fi if [[ "$ost1_FSTYPE" == "zfs" ]]; then # bug #: LU-1941 - ALWAYS_EXCEPT+="49a" + ALWAYS_EXCEPT+=" 49a " fi build_test_filter -- 1.8.3.1