summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev/run-ptest
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-03-25 23:09:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-26 14:17:21 +0000
commitf2a6123ba3628980344cd2c04cbb4e025bbe9195 (patch)
tree3deb85996985a372681a428b422d199b12b427bd /meta/recipes-core/udev/udev/run-ptest
parentff2621b86cd62abc87507e616c52dffdf930d43a (diff)
downloadpoky-f2a6123ba3628980344cd2c04cbb4e025bbe9195.tar.gz
udev: don't keep ptest testdata laying around
Only unpack udev's testdata right before executing the tests and cleanup afterwards. udev's testsuite can be used by ptest. However currently the testdata against which its functionality is tested is installed in the sysroot at udev install time. If the sysroot is used with qemu the testdata makes qemu entering an infinite loop. http://lists.openembedded.org/pipermail/openembedded-core/2014-September/097098.html This has already been fixed for the systemd udev flavour. https://bugzilla.yoctoproject.org/show_bug.cgi?id=5664 (From OE-Core rev: 60c0b80048e1f8aae1a4aaa3619c84496a111ae2) Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev/udev/run-ptest')
-rw-r--r--meta/recipes-core/udev/udev/run-ptest2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/udev/udev/run-ptest b/meta/recipes-core/udev/udev/run-ptest
index c6961ce58a..0e39806b01 100644
--- a/meta/recipes-core/udev/udev/run-ptest
+++ b/meta/recipes-core/udev/udev/run-ptest
@@ -1,3 +1,5 @@
1#!/bin/sh 1#!/bin/sh
2 2
3tar -C test/ -xJf test/sys.tar.xz
3make -k check-TESTS 4make -k check-TESTS
5make test-sys-distclean