aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd/run-ptest')
-rw-r--r--meta/recipes-core/systemd/systemd/run-ptest5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd/run-ptest b/meta/recipes-core/systemd/systemd/run-ptest
index a2d61c2894..2ae76ffaf1 100644
--- a/meta/recipes-core/systemd/systemd/run-ptest
+++ b/meta/recipes-core/systemd/systemd/run-ptest
@@ -1,5 +1,6 @@
#!/bin/sh
+cd tests
tar -C test -xJf test/sys.tar.xz
-make test/rules-test.sh.log
-make test/udev-test.pl.log
+make check-TESTS
+cd ..