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

cd /opt/ltp
./runltp -p -q -f syscalls,mm,math,timers,fcntl-locktests,ipc,fsx,fs,hugetlb
find ./results -name "LTP_RUN_ON*" -print0 |xargs -0 cat
exit 0