summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/run-ptest
blob: 2ae76ffaf1f47015c64f622f3d49c28e468bd038 (plain)
1
2
3
4
5
6
#!/bin/sh

cd tests
tar -C test -xJf test/sys.tar.xz
make check-TESTS
cd ..