Skip to content

Commit

Permalink
tests: print error log on make check
Browse files Browse the repository at this point in the history
meson test --print-errorlogs
  • Loading branch information
haraldh committed Feb 19, 2021
1 parent fe4208d commit 106ac49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ install: build
.PHONY: install

check: build
meson test -C build --wrap=valgrind
meson test -C build --wrap=valgrind --print-errorlogs
.PHONY: check

format:
Expand Down

0 comments on commit 106ac49

Please sign in to comment.