mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
make: add flake-itest-only goal
This commit is contained in:
parent
7cead0194a
commit
a7aabcd21b
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -238,6 +238,10 @@ flake-unit:
|
|||
@$(call print, "Flake hunting unit tests.")
|
||||
while [ $$? -eq 0 ]; do GOTRACEBACK=all $(UNIT) -count=1; done
|
||||
|
||||
flake-itest-only:
|
||||
@$(call print, "Flake hunting integration tests.")
|
||||
while [ $$? -eq 0 ]; do make itest-only icase='${icase}'; done
|
||||
|
||||
# =========
|
||||
# UTILITIES
|
||||
# =========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue