Whamcloud - gitweb
LU-15876 test: restore missing spaces in ALWAYS_EXCEPT 06/47406/2
authorJohn L. Hammond <jhammond@whamcloud.com>
Thu, 19 May 2022 21:01:51 +0000 (16:01 -0500)
committerOleg Drokin <green@whamcloud.com>
Thu, 19 May 2022 21:13:46 +0000 (21:13 +0000)
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 <jhammond@whamcloud.com>
Change-Id: Id2fa88b72d021cf114a80ae7dbd1f80bfb31a8b2
Reviewed-on: https://review.whamcloud.com/47406
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity-flr.sh

index d35ac8e..d4e2e99 100644 (file)
@@ -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