mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix typo in update-timing target for external testsuites
Also includes whitespace tweaks for consistency.
This commit is contained in:
parent
bf7b6e5ed0
commit
9f3dfbdb13
1 changed files with 4 additions and 4 deletions
2
testing/external/Makefile
vendored
2
testing/external/Makefile
vendored
|
@ -28,6 +28,6 @@ coverage:
|
|||
@for repo in $(REPOS); do ( cd $$repo && echo "Coverage for '$$repo' repo:" && make coverage ); done
|
||||
|
||||
update-timing:
|
||||
@for repo in $(REPOS); do (cd $$repo && echo "Coverage for '$$repo' repo:" && make update-timing); done
|
||||
@for repo in $(REPOS); do ( cd $$repo && echo "Updating timing for '$$repo' repo:" && make update-timing ); done
|
||||
|
||||
.PHONY: all brief init pull push status coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue