diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-01-03 18:00:03 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2020-01-03 21:36:58 +0100 |
commit | ff963ea6ba8e99693e0a763165f3cc15274d5ed1 (patch) | |
tree | 110744e839bdc8f4d1704a2062896b71b1d5fb16 /test/TEST-42-EXECSTOPPOST | |
parent | job: Don't mark as redundant if deps are relevant (diff) | |
download | systemd-ff963ea6ba8e99693e0a763165f3cc15274d5ed1.tar.xz systemd-ff963ea6ba8e99693e0a763165f3cc15274d5ed1.zip |
test: use symlinks for Makefiles
for some reason the newer tests used file copyies instead of symlinks.
let's fix that.
Diffstat (limited to 'test/TEST-42-EXECSTOPPOST')
l---------[-rw-r--r--] | test/TEST-42-EXECSTOPPOST/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/test/TEST-42-EXECSTOPPOST/Makefile b/test/TEST-42-EXECSTOPPOST/Makefile index 45e9bfc67c..e9f93b1104 100644..120000 --- a/test/TEST-42-EXECSTOPPOST/Makefile +++ b/test/TEST-42-EXECSTOPPOST/Makefile @@ -1,9 +1 @@ -BUILD_DIR=$(shell ../../tools/find-build-dir.sh) - -all setup run: - @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@ - -clean clean-again: - @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --clean - -.PHONY: all setup run clean clean-again +../TEST-01-BASIC/Makefile
\ No newline at end of file |