summaryrefslogtreecommitdiff
path: root/test/end-to-end/TARGETS
diff options
context:
space:
mode:
authorAlberto Sartori <alberto.sartori@huawei.com>2023-07-21 11:26:52 +0200
committerAlberto Sartori <alberto.sartori@huawei.com>2023-07-21 14:08:29 +0200
commit629dc072c7c81693e55cafaa90e63ff1128b0efe (patch)
tree54960c37839b1ef388d50444414795d78298a6c2 /test/end-to-end/TARGETS
parent5548997571612cb8a78dfa9ac50ed690a28341ca (diff)
downloadjustbuild-629dc072c7c81693e55cafaa90e63ff1128b0efe.tar.gz
bugfix: stage symlinks as symlinks when creating an action directory
Before this patch, when creating an action directory, symlinks were staged as regular files.
Diffstat (limited to 'test/end-to-end/TARGETS')
-rw-r--r--test/end-to-end/TARGETS1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS
index 0e81d749..be1f642f 100644
--- a/test/end-to-end/TARGETS
+++ b/test/end-to-end/TARGETS
@@ -58,6 +58,7 @@
, [["./", "git-import", "TESTS"], "git-import"]
, [["./", "gc", "TESTS"], "gc"]
, [["./", "execution-service", "TESTS"], "execution-service"]
+ , [["./", "symlinks", "TESTS"], "symlinks"]
]
}
}