Skip to content

Commit a7aabcd

Browse files
committed
make: add flake-itest-only goal
1 parent 7cead01 commit a7aabcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ flake-unit:
238238
@$(call print, "Flake hunting unit tests.")
239239
while [ $$? -eq 0 ]; do GOTRACEBACK=all $(UNIT) -count=1; done
240240

241+
flake-itest-only:
242+
@$(call print, "Flake hunting integration tests.")
243+
while [ $$? -eq 0 ]; do make itest-only icase='${icase}'; done
244+
241245
# =========
242246
# UTILITIES
243247
# =========

0 commit comments

Comments
 (0)