summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2013-09-26 09:02:31 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-09-30 14:52:18 +0300
commitd88ac231016760ae38d69748467518eb3ee0fd00 (patch)
treef78307030ca7ddaeafa7bbffb9be8808d8607503
parent8f91a22d6702a1d302f97ab07c16faee72b2e5ef (diff)
openembedded/ltp: enable mm test
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
-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