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 a852aac..bb5af57 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
+./runltp -p -q -f syscalls,mm
find ./results -name "LTP_RUN_ON*" -print0 |xargs -0 cat
exit 0