summaryrefslogtreecommitdiff
path: root/openembedded/scripts
diff options
context:
space:
mode:
authormike-holmes <mike.holmes@linaro.org>2013-10-18 12:58:29 -0400
committermike-holmes <mike.holmes@linaro.org>2013-10-18 13:41:07 -0400
commit2132db61391a194ce1ba68741b8db9a5365943c8 (patch)
treee3fa156f4d0767db1eb912a2e510b3997530b64a /openembedded/scripts
parent3148ea97826f0445575e0bf0089438fd3b852ac7 (diff)
openembedded/ltp: add additional tests (fs,hugetlb)
Change-Id: Ifbaac94607da78bc740025f908bf1696d3cde08a
Diffstat (limited to 'openembedded/scripts')
-rwxr-xr-xopenembedded/scripts/ltpfixup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/scripts/ltpfixup.sh b/openembedded/scripts/ltpfixup.sh
index a872fff..7ac7fe5 100755
--- a/openembedded/scripts/ltpfixup.sh
+++ b/openembedded/scripts/ltpfixup.sh
@@ -1,6 +1,6 @@
#!/bin/sh
cd /opt/ltp
-./runltp -p -q -f syscalls,mm,math,timers,fcntl-locktests,ipc,fsx
+./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