diff options
author | 2017-12-06 15:09:54 +0100 | |
---|---|---|
committer | 2017-12-06 15:16:35 +0100 | |
commit | ded65775a28ceeb53829ec2bae1bb7a9947f5856 (patch) | |
tree | c46e4c808c07108e20a2d48d192b006968c33738 /test/TEST-01-BASIC | |
parent | Added some missing Swedish Strings (#7552) (diff) | |
download | systemd-ded65775a28ceeb53829ec2bae1bb7a9947f5856.tar.gz systemd-ded65775a28ceeb53829ec2bae1bb7a9947f5856.tar.bz2 systemd-ded65775a28ceeb53829ec2bae1bb7a9947f5856.zip |
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-01-BASIC')
-rw-r--r-- | test/TEST-01-BASIC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-01-BASIC/Makefile b/test/TEST-01-BASIC/Makefile index b895de8bc..3a212a07a 100644 --- a/test/TEST-01-BASIC/Makefile +++ b/test/TEST-01-BASIC/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 --$@ |