#!/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