diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-05 10:35:44 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-05 18:54:47 +0100 |
commit | 45a8ad3e863d0f060574dc3be47070670574fdab (patch) | |
tree | 5b8571890cddd19fb8a5161a6d60593fddbb7779 /test/end-to-end/serve-service | |
parent | c40965da1a5b3c0f51168f6b0d08242b3dc5bf24 (diff) | |
download | justbuild-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/TARGETS | 3 |
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"] |