aboutsummaryrefslogtreecommitdiff
path: root/scripts/randomtest
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-12-31 23:22:36 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-12-31 23:22:36 +0100
commit198b02f7dd61c6cb9fd4c379dc56edcf537a7ee1 (patch)
tree055b2ab0f2636e100781ddefdbf95417e44bb6df /scripts/randomtest
parent61be8e46a80749fe5bb16bc8f831c689d21a4e34 (diff)
downloadbusybox-w32-198b02f7dd61c6cb9fd4c379dc56edcf537a7ee1.tar.gz
busybox-w32-198b02f7dd61c6cb9fd4c379dc56edcf537a7ee1.tar.bz2
busybox-w32-198b02f7dd61c6cb9fd4c379dc56edcf537a7ee1.zip
fix failures found by randomconfig builds
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/randomtest')
-rwxr-xr-xscripts/randomtest2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/randomtest b/scripts/randomtest
index a102593d3..d2b26bc76 100755
--- a/scripts/randomtest
+++ b/scripts/randomtest
@@ -65,6 +65,7 @@ if test x"$LIBC" = x"uclibc"; then
65 | grep -v CONFIG_BUILD_LIBBUSYBOX \ 65 | grep -v CONFIG_BUILD_LIBBUSYBOX \
66 | grep -v CONFIG_PIE \ 66 | grep -v CONFIG_PIE \
67 \ 67 \
68 | grep -v CONFIG_FEATURE_TOUCH_NODEREF \
68 | grep -v CONFIG_FEATURE_2_4_MODULES \ 69 | grep -v CONFIG_FEATURE_2_4_MODULES \
69 >.config.new 70 >.config.new
70 mv .config.new .config 71 mv .config.new .config
@@ -72,6 +73,7 @@ if test x"$LIBC" = x"uclibc"; then
72 echo '# CONFIG_BUILD_LIBBUSYBOX is not set' >>.config 73 echo '# CONFIG_BUILD_LIBBUSYBOX is not set' >>.config
73 echo '# CONFIG_PIE is not set' >>.config 74 echo '# CONFIG_PIE is not set' >>.config
74 echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config 75 echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config
76 echo '# CONFIG_FEATURE_TOUCH_NODEREF is not set' >>.config
75fi 77fi
76 78
77# If STATIC, remove some things. 79# If STATIC, remove some things.