Files
OpenBMC/poky/meta/recipes-core/busybox/files/run-ptest
T

10 lines
227 B
Bash
Raw Normal View History

2026-04-23 17:07:55 +08:00
#!/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:/'