diff options
Diffstat (limited to 'meta/recipes-core/busybox/files/run-ptest')
| -rw-r--r-- | meta/recipes-core/busybox/files/run-ptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/files/run-ptest b/meta/recipes-core/busybox/files/run-ptest index 76873c9de2..957af36099 100644 --- a/meta/recipes-core/busybox/files/run-ptest +++ b/meta/recipes-core/busybox/files/run-ptest | |||
| @@ -4,6 +4,6 @@ current_path=$(readlink -f $0) | |||
| 4 | export bindir=$(dirname $current_path) | 4 | export bindir=$(dirname $current_path) |
| 5 | export PATH=$bindir/bin:$PATH | 5 | export PATH=$bindir/bin:$PATH |
| 6 | export SKIP_KNOWN_BUGS=1 | 6 | export SKIP_KNOWN_BUGS=1 |
| 7 | 7 | export LIBC="<libc>" | |
| 8 | cd testsuite || exit 1 | 8 | cd testsuite || exit 1 |
| 9 | LANG=C.UTF-8 ./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/' | 9 | LANG=C.UTF-8 ./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/' |
