aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runtest
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-03-14 00:51:56 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-03-14 00:51:56 +0100
commit29f354e9d86c49029627cc361f8f7a8048335ff6 (patch)
treeff45a336ae19aec7709fa3f48f457ae1b74f1e74 /testsuite/runtest
parentb76356b28e9058fac1c9a50b274db8ce24273ca9 (diff)
downloadbusybox-29f354e9d86c49029627cc361f8f7a8048335ff6.tar.gz
testsuite: don't run grep NUL tests when we know the would fail
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/runtest')
-rwxr-xr-xtestsuite/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/runtest b/testsuite/runtest
index 5c185c5fb..5ddf07d09 100755
--- a/testsuite/runtest
+++ b/testsuite/runtest
@@ -128,7 +128,7 @@ done
export OPTIONFLAGS=:$(
sed -nr 's/^CONFIG_//p' "$bindir/.config" |
sed 's/=.*//' | xargs | sed 's/ /:/g'
- )
+ ):
status=0
for applet in $applets; do