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

current_dir=$(readlink -f $0)
export bindir=$(dirname $current_dir)
export SKIP_KNOWN_BUGS=1

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