summaryrefslogtreecommitdiffstats
path: root/process_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 /process_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 'process_configs.sh')
-rwxr-xr-xprocess_configs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/process_configs.sh b/process_configs.sh
index e6bce0fe6..b6f48c9a9 100755
--- a/process_configs.sh
+++ b/process_configs.sh
@@ -6,6 +6,8 @@
# Globally disable suggestion of appending '|| exit' or '|| return' to cd/pushd/popd commands
# shellcheck disable=SC2164
+test -n "$RHTEST" && exit 0
+
usage()
{
# alphabetical order please