diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-12-06 15:09:54 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-12-06 15:16:35 +0100 |
commit | ded65775a28ceeb53829ec2bae1bb7a9947f5856 (patch) | |
tree | c46e4c808c07108e20a2d48d192b006968c33738 /test/TEST-17-UDEV-WANTS | |
parent | 4fb55f18ea31484b437a9cfd43c14f1b9bdc61c6 (diff) | |
download | systemd-ded65775a28ceeb53829ec2bae1bb7a9947f5856.tar.gz |
tests: try to autodetect directory better
Ignore mkosi.builddir. In the future we can also add other patterns
if necessary.
run-intergration-tests.sh is updated to use the new script, and modified
to work from arbitrary directory.
Follow-up for #7494.
Diffstat (limited to 'test/TEST-17-UDEV-WANTS')
-rw-r--r-- | test/TEST-17-UDEV-WANTS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-17-UDEV-WANTS/Makefile b/test/TEST-17-UDEV-WANTS/Makefile index b895de8bcb..3a212a07a9 100644 --- a/test/TEST-17-UDEV-WANTS/Makefile +++ b/test/TEST-17-UDEV-WANTS/Makefile @@ -1,4 +1,4 @@ -include ../Makefile.guess +BUILD_DIR=$(exec ../../tools/find-build-dir.sh) all setup clean run: @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@ |