aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-06-26 16:01:05 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2018-06-26 16:03:24 +0200
commit5f5119be971825e359f8dd3456f99f07546eca7f (patch)
tree6fed36dc79862eaa6b5d6589fc83a2401dbbdd7e /scripts
parentd1a83234c05e0a977e33d409d3a8cd0441e9e5a1 (diff)
downloadbusybox-w32-5f5119be971825e359f8dd3456f99f07546eca7f.tar.gz
busybox-w32-5f5119be971825e359f8dd3456f99f07546eca7f.tar.bz2
busybox-w32-5f5119be971825e359f8dd3456f99f07546eca7f.zip
scripts/randomtest: disable CONFIG_FEATURE_MOUNT_NFS for glibc
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/randomtest3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/randomtest b/scripts/randomtest
index 635978338..19f663479 100755
--- a/scripts/randomtest
+++ b/scripts/randomtest
@@ -57,6 +57,7 @@ if test x"$LIBC" = x"glibc"; then
57 | grep -v CONFIG_FEATURE_2_4_MODULES \ 57 | grep -v CONFIG_FEATURE_2_4_MODULES \
58 | grep -v CONFIG_FEATURE_USE_BSS_TAIL \ 58 | grep -v CONFIG_FEATURE_USE_BSS_TAIL \
59 | grep -v CONFIG_DEBUG_SANITIZE \ 59 | grep -v CONFIG_DEBUG_SANITIZE \
60 | grep -v CONFIG_FEATURE_MOUNT_NFS \
60 >.config.new 61 >.config.new
61 mv .config.new .config 62 mv .config.new .config
62 echo '# CONFIG_STATIC is not set' >>.config 63 echo '# CONFIG_STATIC is not set' >>.config
@@ -66,6 +67,8 @@ if test x"$LIBC" = x"glibc"; then
66 echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config 67 echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config
67 echo '# CONFIG_FEATURE_USE_BSS_TAIL is not set' >>.config 68 echo '# CONFIG_FEATURE_USE_BSS_TAIL is not set' >>.config
68 echo '# CONFIG_DEBUG_SANITIZE is not set' >>.config 69 echo '# CONFIG_DEBUG_SANITIZE is not set' >>.config
70 # 2018: current glibc versions no longer include rpc/rpc.h
71 echo '# CONFIG_FEATURE_MOUNT_NFS is not set' >>.config
69fi 72fi
70 73
71# If uclibc, build static, and remove some things 74# If uclibc, build static, and remove some things