summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-07-12 16:11:39 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-08-07 17:01:01 +0200
commit25bc7b0388b0433cb4f0bfe2e546798cfaa024ab (patch)
treed6e4caccbcdfc7057cf3f6c867f612c78cc5b165 /test
parent6a3f465d5bdc43fc60c6d3667097a82861212f61 (diff)
downloadjustbuild-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.sh2
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"}
}
}
, "":