diff options
| -rw-r--r-- | meta/recipes-core/udev/udev/add-install-ptest.patch | 2 | ||||
| -rw-r--r-- | meta/recipes-core/udev/udev/run-ptest | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev/add-install-ptest.patch b/meta/recipes-core/udev/udev/add-install-ptest.patch index 755946a4d7..bfc2e9409d 100644 --- a/meta/recipes-core/udev/udev/add-install-ptest.patch +++ b/meta/recipes-core/udev/udev/add-install-ptest.patch | |||
| @@ -34,7 +34,7 @@ Upstream-Status: Pending | |||
| 34 | + (cd $(top_srcdir) && install $(TESTS) $(DESTDIR)/test) | 34 | + (cd $(top_srcdir) && install $(TESTS) $(DESTDIR)/test) |
| 35 | + (cd $(top_srcdir) && install test/rule-syntax-check.py $(DESTDIR)/test) | 35 | + (cd $(top_srcdir) && install test/rule-syntax-check.py $(DESTDIR)/test) |
| 36 | + (cd $(top_srcdir) && install $(RULES) $(DESTDIR)/rules) | 36 | + (cd $(top_srcdir) && install $(RULES) $(DESTDIR)/rules) |
| 37 | + tar -C $(DESTDIR)/test/ -xJf $(top_srcdir)/test/sys.tar.xz | 37 | + cp $(top_srcdir)/test/sys.tar.xz $(DESTDIR)/test/ |
| 38 | --- a/test/udev-test.pl 2012-03-18 16:43:36.000000000 +0100 | 38 | --- a/test/udev-test.pl 2012-03-18 16:43:36.000000000 +0100 |
| 39 | +++ b/test/udev-test.pl 2013-02-18 10:31:29.706357321 +0100 | 39 | +++ b/test/udev-test.pl 2013-02-18 10:31:29.706357321 +0100 |
| 40 | @@ -1459,11 +1459,13 @@ | 40 | @@ -1459,11 +1459,13 @@ |
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 | ||
| 3 | tar -C test/ -xJf test/sys.tar.xz | ||
| 3 | make -k check-TESTS | 4 | make -k check-TESTS |
| 5 | make test-sys-distclean | ||
