diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-07-12 16:11:39 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-07 17:01:01 +0200 |
commit | 25bc7b0388b0433cb4f0bfe2e546798cfaa024ab (patch) | |
tree | d6e4caccbcdfc7057cf3f6c867f612c78cc5b165 /test | |
parent | 6a3f465d5bdc43fc60c6d3667097a82861212f61 (diff) | |
download | justbuild-25bc7b0388b0433cb4f0bfe2e546798cfaa024ab.tar.gz |
just-mr: Set ignore-special roots via a pragma...
...instead of a regular field.
Also removes the ignore-special logic from distdir repositories,
as those will never contain symlinks, so no entries would be
ignored.
Diffstat (limited to 'test')
-rw-r--r-- | test/end-to-end/just-mr/install-roots.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/just-mr/install-roots.sh b/test/end-to-end/just-mr/install-roots.sh index 368e505a..aab0c90b 100644 --- a/test/end-to-end/just-mr/install-roots.sh +++ b/test/end-to-end/just-mr/install-roots.sh @@ -54,10 +54,10 @@ cat > repos.json <<EOF , "foo_ignore_special": { "repository": { "type": "archive" - , "ignore_special": true , "content": "${foocontent}" , "fetch": "http://non-existent.example.org/foo-1.2.3.tar" , "subdir": "foo" + , "pragma": {"special": "ignore"} } } , "": |