aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/files/run-ptest
blob: b19e5b5343f29060ad8f308fe86be1834c72e8e8 (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
./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/'