summaryrefslogtreecommitdiffstats
path: root/generate_all_configs.sh
diff options
context:
space:
mode:
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