summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/files/run-ptest
blob: 76873c9de202b63192707536ea6d0f412f5de79c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

current_path=$(readlink -f $0)
export bindir=$(dirname $current_path)
export PATH=$bindir/bin:$PATH
export SKIP_KNOWN_BUGS=1

cd testsuite || exit 1
LANG=C.UTF-8 ./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/'