summaryrefslogtreecommitdiffstats
path: root/generate_all_configs.sh
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-05-09 08:31:19 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-05-09 08:31:19 -0500
commit7ef390b6c4b96503cbea4a54f5caff0e84dbb9aa (patch)
treee5fa5724dbf49808022501bc326769b3be1cd07e /generate_all_configs.sh
parent57c65572919c81cfd703c25229a1ffae6f210ef3 (diff)
downloadkernel-7ef390b6c4b96503cbea4a54f5caff0e84dbb9aa.tar.gz
kernel-7ef390b6c4b96503cbea4a54f5caff0e84dbb9aa.tar.xz
kernel-7ef390b6c4b96503cbea4a54f5caff0e84dbb9aa.zip
kernel-5.18.0-0.rc6.47
* Mon May 09 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [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 <jforbes@fedoraproject.org>
Diffstat (limited to 'generate_all_configs.sh')
-rwxr-xr-xgenerate_all_configs.sh2
1 files changed, 2 insertions, 0 deletions
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