summaryrefslogtreecommitdiff
path: root/test/end-to-end/serve-service
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-03-05 10:35:44 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-03-05 18:54:47 +0100
commit45a8ad3e863d0f060574dc3be47070670574fdab (patch)
tree5b8571890cddd19fb8a5161a6d60593fddbb7779 /test/end-to-end/serve-service
parentc40965da1a5b3c0f51168f6b0d08242b3dc5bf24 (diff)
downloadjustbuild-45a8ad3e863d0f060574dc3be47070670574fdab.tar.gz
test distdir serving: verify the generic case
... where the files are known to serve, but not the resulting directory. We achieve this, by adding an unrealted file to the repository exposed to the serve server.
Diffstat (limited to 'test/end-to-end/serve-service')
-rw-r--r--test/end-to-end/serve-service/serve-distdir-root/TARGETS3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/end-to-end/serve-service/serve-distdir-root/TARGETS b/test/end-to-end/serve-service/serve-distdir-root/TARGETS
index 11ccde78..2bde588a 100644
--- a/test/end-to-end/serve-service/serve-distdir-root/TARGETS
+++ b/test/end-to-end/serve-service/serve-distdir-root/TARGETS
@@ -6,8 +6,11 @@
[ "end-to-end/serve-service/serve-archive-root"
, "serve-tree-syms (archive)"
]
+ , "unrelated.txt": "unrelated file"
}
}
+, "unrelated file":
+ {"type": "file_gen", "name": "unrelated", "data": "unrelated content"}
, "present":
{ "type": ["end-to-end", "with serve"]
, "name": ["present"]