Skip to content

Commit

Permalink
Pass --no-fail-fast flag from Makefile to test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Aug 3, 2023
1 parent 1ae1639 commit f607e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FLAGS =
ifeq ($(UPDATE_TESTS), true)
FLAGS += --update-tests
endif
ifeq ($(FAIL_FAST), true)
FLAGS += --fail-fast
ifeq ($(FAIL_FAST), false)
FLAGS += --no-fail-fast
endif

# This is the default pseudo-target. It runs all the tests.
Expand Down

0 comments on commit f607e1a

Please sign in to comment.