mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
testing/external: Bump cluster testsuite
...also add/propose aliases for sync-commits / sync-repos, because I could not remember for the past 5 times or so in which direction they would sync and would find myself reading the README, Makefile, or comments in the scripts.
This commit is contained in:
parent
12774ae757
commit
6a98386820
3 changed files with 6 additions and 6 deletions
4
testing/external/Makefile
vendored
4
testing/external/Makefile
vendored
|
@ -30,10 +30,10 @@ coverage:
|
|||
update-timing:
|
||||
@for repo in $(REPOS); do ( cd $$repo && echo "Updating timing for '$$repo' repo:" && make update-timing ); done
|
||||
|
||||
sync-commits:
|
||||
update-commit-hashes sync-commits:
|
||||
for repo in $(REPOS); do ./scripts/sync-commit $$repo; done
|
||||
|
||||
sync-repos:
|
||||
checkout-repos sync-repos:
|
||||
for repo in $(REPOS); do ./scripts/sync-repo $$repo; done
|
||||
|
||||
.PHONY: all brief init pull push status coverage
|
||||
|
|
6
testing/external/README
vendored
6
testing/external/README
vendored
|
@ -60,9 +60,9 @@ the local Zeek codebase to a particular version of the testsuites. Normally we'd
|
|||
use git submodules, but cloning the testsuites with the rest of the distribution
|
||||
isn't always desirable or feasible. We resort to "manual submodules": a file
|
||||
"commit-hash.<testsuite-name>" in this directory contains the commit hash to use
|
||||
for the respective testsuite. The Makefile target "sync-repos" brings the local
|
||||
repositories in line with commit files, while "sync-commits" updates the commit
|
||||
files for locally available testsuites to their HEAD commits.
|
||||
for the respective testsuite. The Makefile target "checkout-repos" brings the local
|
||||
repositories in line with the commit files, while "update-commit-hashes" updates
|
||||
the commit files for locally available testsuites to their HEAD commits.
|
||||
|
||||
Updating Baseline
|
||||
-----------------
|
||||
|
|
|
@ -1 +1 @@
|
|||
70917cba506aba0816cddadd06f3d0ef16551dee
|
||||
f401bfa28f40559969f6b1ba0eb2626af77d7064
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue