diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-07-21 11:26:52 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-07-21 14:08:29 +0200 |
commit | 629dc072c7c81693e55cafaa90e63ff1128b0efe (patch) | |
tree | 54960c37839b1ef388d50444414795d78298a6c2 /test/end-to-end/TARGETS | |
parent | 5548997571612cb8a78dfa9ac50ed690a28341ca (diff) | |
download | justbuild-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/TARGETS | 1 |
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"] ] } } |