aboutsummaryrefslogtreecommitdiff
path: root/scripts/randomtest
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-03-28 19:08:23 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-03-28 19:08:23 +0000
commita2333c8938af4829a8eac8c09615e6652cd412f1 (patch)
tree480f2729015c99231325990516c74a47ee30d8cd /scripts/randomtest
parent78f9d8eb7adc10f1af8977212f24ab3c418a9c2b (diff)
downloadbusybox-w32-a2333c8938af4829a8eac8c09615e6652cd412f1.tar.gz
busybox-w32-a2333c8938af4829a8eac8c09615e6652cd412f1.tar.bz2
busybox-w32-a2333c8938af4829a8eac8c09615e6652cd412f1.zip
randomtest fixes
Diffstat (limited to 'scripts/randomtest')
-rwxr-xr-xscripts/randomtest4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/randomtest b/scripts/randomtest
index d9d3959be..7b80f4a2a 100755
--- a/scripts/randomtest
+++ b/scripts/randomtest
@@ -90,7 +90,7 @@ mv .config.new .config
90# Regenerate .config with default answers for yanked-off options 90# Regenerate .config with default answers for yanked-off options
91{ yes "" | make oldconfig >/dev/null; } || exit 1 91{ yes "" | make oldconfig >/dev/null; } || exit 1
92 92
93nice -n 10 make 93nice -n 10 make 2>&1 | tee -a make.log
94 94
95test -x busybox && { 95test -x busybox && {
96 cd .. 96 cd ..
@@ -99,5 +99,5 @@ test -x busybox && {
99} 99}
100 100
101cd .. 101cd ..
102mv "$dir" failed."$dir" 102mv "$dir" "failed.$dir"
103exit 1 103exit 1