summaryrefslogtreecommitdiff
path: root/openembedded/scripts/ltpfixup.sh
blob: 3374d58f91b473c1e7a91cfc32b7c1e0f8c114cb (plain)
1
2
3
4
5
6
#!/bin/sh

cd /opt/ltp
./runltp -p -q -f $1
find ./results -name "LTP_RUN_ON*" -print0 |xargs -0 cat
exit 0