From 7ef390b6c4b96503cbea4a54f5caff0e84dbb9aa Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 9 May 2022 08:31:19 -0500 Subject: kernel-5.18.0-0.rc6.47 * Mon May 09 2022 Fedora Kernel Team [5.18.0-0.rc6.46] - redhat/self-test: Add test to verify Makefile declarations. (Prarit Bhargava) - redhat/Makefile: Add RHTEST (Prarit Bhargava) Resolves: Signed-off-by: Justin M. Forbes --- generate_all_configs.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'generate_all_configs.sh') diff --git a/generate_all_configs.sh b/generate_all_configs.sh index 5b96fa2fd..099d9aada 100755 --- a/generate_all_configs.sh +++ b/generate_all_configs.sh @@ -2,6 +2,8 @@ # Adjusts the configuration options to build the variants correctly +test -n "$RHTEST" && exit 0 + DEBUGBUILDSENABLED=$1 if [ -z "$DEBUGBUILDSENABLED" ]; then exit 1 -- cgit