aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/randomtest11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/randomtest b/scripts/randomtest
index 7b80f4a2a..eebf1c524 100755
--- a/scripts/randomtest
+++ b/scripts/randomtest
@@ -76,17 +76,6 @@ cat .config \
76mv .config.new .config 76mv .config.new .config
77} 77}
78 78
79# CONFIG_NOMMU + CONFIG_HUSH + CONFIG_WERROR don't mix
80# (produces warning)
81grep -q ^CONFIG_NOMMU= .config && \
82grep -q ^CONFIG_HUSH= .config && \
83{
84cat .config \
85| grep -v ^CONFIG_WERROR= \
86| cat >.config.new
87mv .config.new .config
88}
89
90# Regenerate .config with default answers for yanked-off options 79# Regenerate .config with default answers for yanked-off options
91{ yes "" | make oldconfig >/dev/null; } || exit 1 80{ yes "" | make oldconfig >/dev/null; } || exit 1
92 81