summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod/run-ptest')
-rwxr-xr-xmeta/recipes-kernel/kmod/kmod/run-ptest2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kmod/kmod/run-ptest b/meta/recipes-kernel/kmod/kmod/run-ptest
index 37adec3d2f..598dd2cb5f 100755
--- a/meta/recipes-kernel/kmod/kmod/run-ptest
+++ b/meta/recipes-kernel/kmod/kmod/run-ptest
@@ -1,3 +1,5 @@
1#!/bin/sh 1#!/bin/sh
2touch testsuite/stamp-rootfs 2touch testsuite/stamp-rootfs
3tar xf testmodule.tar
3make -k runtest-TESTS 2>/dev/null| grep -e ^PASS -e ^FAIL 4make -k runtest-TESTS 2>/dev/null| grep -e ^PASS -e ^FAIL
5find testsuite -name *.ko -exec rm -f {} \;