diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-12-05 17:12:57 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-12-07 10:00:12 +0100 |
commit | 7c40df5210312b35f39f8f7188871ed4ef917f4e (patch) | |
tree | f097277da3c764910e7522bdd498c8020d3d1bd9 /test/end-to-end/RULES | |
parent | 17ec110944f812830bb3eaee97d8b6bd2f1fcd45 (diff) | |
download | justbuild-7c40df5210312b35f39f8f7188871ed4ef917f4e.tar.gz |
test rule with_serve: Pass also the commit trees to the test script
Diffstat (limited to 'test/end-to-end/RULES')
-rw-r--r-- | test/end-to-end/RULES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/end-to-end/RULES b/test/end-to-end/RULES index 84e771f5..2146d1ac 100644 --- a/test/end-to-end/RULES +++ b/test/end-to-end/RULES @@ -251,7 +251,8 @@ , "repos": [ "The trees, one per entry, that the just serve instance should have" , "available. The respective commits will be generated and passed to the" - , "test script as COMMIT_0, COMMIT_1, etc." + , "test script as COMMIT_0, COMMIT_1, etc., while their respective root" + , "tree identifiers are passed to the test script as TREE_0, TREE_1, etc." ] } , "config_doc": |