summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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