From: Alex Zhuravlev Date: Tue, 14 Nov 2023 05:53:00 +0000 (+0300) Subject: LU-17287 tests: remove trap 0 X-Git-Tag: 2.15.61~3 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6d3a37e676fcdd77e8ab044fa03f681f768f61d6;p=fs%2Flustre-release.git LU-17287 tests: remove trap 0 .. from destroy_test_pools() as this interrupts current trap chain making stack_trap useless. Test-Parameters: trivial Signed-off-by: Alex Zhuravlev Change-Id: If978389a140f21ac520ef21b505378b8f64d8f73 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53127 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Timothy Day Reviewed-by: Oleg Drokin Reviewed-by: Andreas Dilger --- diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 43339a8..fca6821 100755 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -8844,7 +8844,6 @@ destroy_pools () { } destroy_test_pools () { - trap 0 local fsname=${1:-$FSNAME} destroy_pools $fsname || true }