diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-09-11 21:20:46 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-09-13 15:05:42 +0200 |
| commit | a589e61c2b807196696632eb17e8ad573daa9c08 (patch) | |
| tree | 254b6eb0c5a31de0cc94380ebdc00489ba54d010 /test/script/repo.et | |
| parent | 73a141316db78b942160b11bdb3c92208f3eddd6 (diff) | |
Use colon as preferred job ID separator
Changelog: Colon `:` is now accepted and preferred as job ID separator.
Diffstat (limited to 'test/script/repo.et')
| -rw-r--r-- | test/script/repo.et | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/test/script/repo.et b/test/script/repo.et index 1ac05a2..6428d69 100644 --- a/test/script/repo.et +++ b/test/script/repo.et @@ -171,16 +171,16 @@ test CheckoutSubtree: local: spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "checkout_subtree" ] - expect_success from p of "$mt.checkout_subtree.$r1t.$r2s1" + expect_success from p of "$mt:checkout_subtree:$r1t:$r2s1" expect /(.*)/ from p capture done guard (done == "run-finish") local: - spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "$mt.checkout_subtree.$r1t.$r2s1" ] - expect_success from p of "$mt.checkout_subtree.$r1t.$r2s1" + spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "$mt:checkout_subtree:$r1t:$r2s1" ] + expect_success from p of "$mt:checkout_subtree:$r1t:$r2s1" expect /(.*)/ from p capture done guard (done == "run-finish") local: - spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "extract", "$mt.checkout_subtree.$r1t.$r2s1.out", "list" ] + spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "extract", "$mt:checkout_subtree:$r1t:$r2s1:out", "list" ] local: shell on n as list: cat list @@ -194,16 +194,16 @@ test CheckoutSubtree: local: spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "checkout_common_root" ] - expect_success from p of "$mt.checkout_common_root.$r1t.$r2t" + expect_success from p of "$mt:checkout_common_root:$r1t:$r2t" expect /(.*)/ from p capture done guard (done == "run-finish") local: - spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "$mt.checkout_common_root.$r1t.$r2t" ] - expect_success from p of "$mt.checkout_common_root.$r1t.$r2t" + spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "$mt:checkout_common_root:$r1t:$r2t" ] + expect_success from p of "$mt:checkout_common_root:$r1t:$r2t" expect /(.*)/ from p capture done guard (done == "run-finish") local: - spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "extract", "$mt.checkout_common_root.$r1t.$r2t.out", "list" ] + spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "extract", "$mt:checkout_common_root:$r1t:$r2t:out", "list" ] local: shell on n as list: cat list @@ -218,16 +218,16 @@ test CheckoutSubtree: local: spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "checkout_common_subtree" ] - expect_success from p of "$mt.checkout_common_subtree.$r3ab" + expect_success from p of "$mt:checkout_common_subtree:$r3ab" expect /(.*)/ from p capture done guard (done == "run-finish") local: - spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "$mt.checkout_common_subtree.$r3ab" ] - expect_success from p of "$mt.checkout_common_subtree.$r3ab" + spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "$mt:checkout_common_subtree:$r3ab" ] + expect_success from p of "$mt:checkout_common_subtree:$r3ab" expect /(.*)/ from p capture done guard (done == "run-finish") local: - spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "extract", "$mt.checkout_common_subtree.$r3ab.out", "list" ] + spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "extract", "$mt:checkout_common_subtree:$r3ab:out", "list" ] local: shell on n as list: cat list @@ -241,16 +241,16 @@ test CheckoutSubtree: local: spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "checkout_common_subtree2" ] - expect_success from p of "$mt.checkout_common_subtree2.$r1t.$r2s1.$r3abc" + expect_success from p of "$mt:checkout_common_subtree2:$r1t:$r2s1:$r3abc" expect /(.*)/ from p capture done guard (done == "run-finish") local: - spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "$mt.checkout_common_subtree2.$r1t.$r2s1.$r3abc" ] - expect_success from p of "$mt.checkout_common_subtree2.$r1t.$r2s1.$r3abc" + spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "$mt:checkout_common_subtree2:$r1t:$r2s1:$r3abc" ] + expect_success from p of "$mt:checkout_common_subtree2:$r1t:$r2s1:$r3abc" expect /(.*)/ from p capture done guard (done == "run-finish") local: - spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "extract", "$mt.checkout_common_subtree2.$r1t.$r2s1.$r3abc.out", "list" ] + spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "extract", "$mt:checkout_common_subtree2:$r1t:$r2s1:$r3abc:out", "list" ] local: shell on n as list: cat list @@ -266,20 +266,20 @@ test CheckoutSubtree: local: spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "combined_subtree" ] - expect_success from p of "$mt.checkout_common_root.$r1t.$r2t" - expect_success from p of "$mt.checkout_common_subtree2.$r1t.$r2s1.$r3abc" - expect_success from p of "$mt.combined_subtree.$r1t.$r2t.$r3abc" + expect_success from p of "$mt:checkout_common_root:$r1t:$r2t" + expect_success from p of "$mt:checkout_common_subtree2:$r1t:$r2s1:$r3abc" + expect_success from p of "$mt:combined_subtree:$r1t:$r2t:$r3abc" expect /(.*)/ from p capture done guard (done == "run-finish") local: - spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "$mt.combined_subtree.$r1t.$r2t.$r3abc" ] - expect_success from p of "$mt.checkout_common_root.$r1t.$r2t" - expect_success from p of "$mt.checkout_common_subtree2.$r1t.$r2s1.$r3abc" - expect_success from p of "$mt.combined_subtree.$r1t.$r2t.$r3abc" + spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "$mt:combined_subtree:$r1t:$r2t:$r3abc" ] + expect_success from p of "$mt:checkout_common_root:$r1t:$r2t" + expect_success from p of "$mt:checkout_common_subtree2:$r1t:$r2s1:$r3abc" + expect_success from p of "$mt:combined_subtree:$r1t:$r2t:$r3abc" expect /(.*)/ from p capture done guard (done == "run-finish") local: - spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "extract", "$mt.combined_subtree.$r1t.$r2t.$r3abc.out", "list" ] + spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "extract", "$mt:combined_subtree:$r1t:$r2t:$r3abc:out", "list" ] local: shell on n as list: cat list @@ -294,24 +294,24 @@ test CheckoutSubtree: local: spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "combined_all" ] - expect_success from p of "$mt.checkout_subtree.$r1t.$r2s1" - expect_success from p of "$mt.checkout_common_root.$r1t.$r2t" - expect_success from p of "$mt.checkout_common_subtree.$r3ab" - expect_success from p of "$mt.checkout_common_subtree2.$r1t.$r2s1.$r3abc" - expect_success from p of "$mt.combined_all.$r1t.$r2t.$r3ab" + expect_success from p of "$mt:checkout_subtree:$r1t:$r2s1" + expect_success from p of "$mt:checkout_common_root:$r1t:$r2t" + expect_success from p of "$mt:checkout_common_subtree:$r3ab" + expect_success from p of "$mt:checkout_common_subtree2:$r1t:$r2s1:$r3abc" + expect_success from p of "$mt:combined_all:$r1t:$r2t:$r3ab" expect /(.*)/ from p capture done guard (done == "run-finish") local: - spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "$mt.combined_all.$r1t.$r2t.$r3ab" ] - expect_success from p of "$mt.checkout_subtree.$r1t.$r2s1" - expect_success from p of "$mt.checkout_common_root.$r1t.$r2t" - expect_success from p of "$mt.checkout_common_subtree.$r3ab" - expect_success from p of "$mt.checkout_common_subtree2.$r1t.$r2s1.$r3abc" - expect_success from p of "$mt.combined_all.$r1t.$r2t.$r3ab" + spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "run", "--rerun-all", "$mt:combined_all:$r1t:$r2t:$r3ab" ] + expect_success from p of "$mt:checkout_subtree:$r1t:$r2s1" + expect_success from p of "$mt:checkout_common_root:$r1t:$r2t" + expect_success from p of "$mt:checkout_common_subtree:$r3ab" + expect_success from p of "$mt:checkout_common_subtree2:$r1t:$r2s1:$r3abc" + expect_success from p of "$mt:combined_all:$r1t:$r2t:$r3ab" expect /(.*)/ from p capture done guard (done == "run-finish") local: - spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "extract", "$mt.combined_all.$r1t.$r2t.$r3ab.out", "list" ] + spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "--repo=r3:./dir_r3", "./main", "extract", "$mt:combined_all:$r1t:$r2t:$r3ab:out", "list" ] local: shell on n as list: cat list |