mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Fix 'make testsuite' return value
This commit is contained in:
parent
3d1e9a56bf
commit
8ad3b68d5f
2
Makefile
2
Makefile
@ -225,7 +225,7 @@ testsuite-base: .FORCE
|
||||
@for F in $(TEST_FLAGS_LIST); do \
|
||||
echo >&2; \
|
||||
[ -z "$$F" ] || echo ">> RE-RUNNING TESTS WITH FLAGS: $$F" >&2; \
|
||||
$(CLERK_TEST) tests --test-flags="$$F" || break; \
|
||||
$(CLERK_TEST) tests --test-flags="$$F" || exit 1; \
|
||||
done
|
||||
|
||||
#> testsuite : Run interpreter tests over a selection of configurations
|
||||
|
Loading…
Reference in New Issue
Block a user