keep running even if visual tests experience failures
This commit is contained in:
parent
7f531498c6
commit
531a25bbb7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ uninstall:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@echo "*** Running visual tests..."
|
@echo "*** Running visual tests..."
|
||||||
@python tests/visual_tests/test.py -q
|
@python tests/visual_tests/test.py -q || true
|
||||||
@echo "*** Running C++ tests..."
|
@echo "*** Running C++ tests..."
|
||||||
@for FILE in tests/cpp_tests/*-bin; do \
|
@for FILE in tests/cpp_tests/*-bin; do \
|
||||||
$${FILE}; \
|
$${FILE}; \
|
||||||
|
|
Loading…
Reference in a new issue