mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Merge branch 'topic/christian/fix-docker-doublebuild'
* topic/christian/fix-docker-doublebuild: Clean up fully after successful Docker btests
This commit is contained in:
commit
c9229b68cf
3 changed files with 8 additions and 4 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
||||||
|
4.2.0-dev.333 | 2021-11-17 11:57:04 -0800
|
||||||
|
|
||||||
|
* Clean up fully after successful Docker btests (Christian Kreibich, Corelight)
|
||||||
|
|
||||||
4.2.0-dev.331 | 2021-11-15 10:10:52 -0800
|
4.2.0-dev.331 | 2021-11-15 10:10:52 -0800
|
||||||
|
|
||||||
* Fix ref-naming typo in the Github Docker workflow (Christian Kreibich, Corelight)
|
* Fix ref-naming typo in the Github Docker workflow (Christian Kreibich, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
4.2.0-dev.331
|
4.2.0-dev.333
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
DIAG=diag.log
|
DIAG=diag.log
|
||||||
BTEST=../../auxil/btest/btest
|
BTEST=../../auxil/btest/btest
|
||||||
|
|
||||||
all: cleanup btest-verbose
|
all: btest-verbose clean
|
||||||
|
|
||||||
# Showing all tests.
|
# Showing all tests.
|
||||||
btest-verbose:
|
btest-verbose:
|
||||||
@$(BTEST) -d -j -f $(DIAG)
|
@$(BTEST) -d -j -f $(DIAG)
|
||||||
|
|
||||||
cleanup:
|
clean:
|
||||||
@rm -f $(DIAG)
|
@rm -rf $(DIAG) .tmp .btest.failed.dat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue