aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-02-13 09:44:44 +0000
committerRon Yorston <rmy@pobox.com>2018-02-13 09:44:44 +0000
commitdc19a361bd6c6df30338371532691bbc7f7126bb (patch)
tree1fb2cd646d54b5f8e425c4f11f3e09fc21d1966b /scripts
parent096aee2bb468d1ab044de36e176ed1f6c7e3674d (diff)
parent3459024bf404af814cacfe90a0deb719e282ae62 (diff)
downloadbusybox-w32-dc19a361bd6c6df30338371532691bbc7f7126bb.tar.gz
busybox-w32-dc19a361bd6c6df30338371532691bbc7f7126bb.tar.bz2
busybox-w32-dc19a361bd6c6df30338371532691bbc7f7126bb.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/randomtest2
-rwxr-xr-xscripts/randomtest.loop1
2 files changed, 3 insertions, 0 deletions
diff --git a/scripts/randomtest b/scripts/randomtest
index 1809838a4..635978338 100755
--- a/scripts/randomtest
+++ b/scripts/randomtest
@@ -52,6 +52,7 @@ echo '# CONFIG_RFKILL is not set' >>.config
52if test x"$LIBC" = x"glibc"; then 52if test x"$LIBC" = x"glibc"; then
53 cat .config \ 53 cat .config \
54 | grep -v CONFIG_STATIC \ 54 | grep -v CONFIG_STATIC \
55 | grep -v CONFIG_FEATURE_LIBBUSYBOX_STATIC \
55 \ 56 \
56 | grep -v CONFIG_FEATURE_2_4_MODULES \ 57 | grep -v CONFIG_FEATURE_2_4_MODULES \
57 | grep -v CONFIG_FEATURE_USE_BSS_TAIL \ 58 | grep -v CONFIG_FEATURE_USE_BSS_TAIL \
@@ -59,6 +60,7 @@ if test x"$LIBC" = x"glibc"; then
59 >.config.new 60 >.config.new
60 mv .config.new .config 61 mv .config.new .config
61 echo '# CONFIG_STATIC is not set' >>.config 62 echo '# CONFIG_STATIC is not set' >>.config
63 echo '# CONFIG_FEATURE_LIBBUSYBOX_STATIC is not set' >>.config
62 # newer glibc (at least 2.23) no longer supply query_module() ABI. 64 # newer glibc (at least 2.23) no longer supply query_module() ABI.
63 # People who target 2.4 kernels would likely use older glibc (and older bbox). 65 # People who target 2.4 kernels would likely use older glibc (and older bbox).
64 echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config 66 echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config
diff --git a/scripts/randomtest.loop b/scripts/randomtest.loop
index 4d14b652f..edfbc5c58 100755
--- a/scripts/randomtest.loop
+++ b/scripts/randomtest.loop
@@ -66,6 +66,7 @@ while sleep 1; do
66 continue 66 continue
67 fi 67 fi
68 fi 68 fi
69 grep -i 'warning:' "$dir/make.log"
69 rm -rf -- "$dir" 70 rm -rf -- "$dir"
70 let cnt++ 71 let cnt++
71done 72done