diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-08-28 10:07:48 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-08-29 10:20:30 +0200 |
commit | 76e123a01551e22791b98f09a070867915675b8d (patch) | |
tree | 6b55d2f294d3df3be461a052963f5652817f56e3 /test/end-to-end/just-mr/TARGETS | |
parent | 41f17389623b68cff40b4648b35b585bc7e68e8a (diff) | |
download | justbuild-76e123a01551e22791b98f09a070867915675b8d.tar.gz |
test just-mr: Add symlink cycle detection checks for repository rootsv1.4.0-alpha+20240829
Diffstat (limited to 'test/end-to-end/just-mr/TARGETS')
-rw-r--r-- | test/end-to-end/just-mr/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/end-to-end/just-mr/TARGETS b/test/end-to-end/just-mr/TARGETS index 872d154b..15959fb7 100644 --- a/test/end-to-end/just-mr/TARGETS +++ b/test/end-to-end/just-mr/TARGETS @@ -76,6 +76,7 @@ , "name": ["install-roots-symlinks"] , "test": ["install-roots-symlinks.sh"] , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]] + , "keep": ["log/archive.txt", "log/file.txt"] } , "fetch-remote": { "type": ["end-to-end", "with remote"] |