Skip to content

Commit

Permalink
Show all errors by default in make test (semgrep#6373)
Browse files Browse the repository at this point in the history
Test plan: change two annotations in the tests and run `make test`
  • Loading branch information
emjin authored Oct 24, 2022
1 parent 7a10b21 commit 350923e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semgrep-core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test: all
# in some contexts.
# The following command ensures that we can call 'test.exe --help'
# without having to chdir into the test data folder.
./_build/default/tests/test.exe --help 2>&1 >/dev/null
./_build/default/tests/test.exe --show-errors --help 2>&1 >/dev/null
$(MAKE) -C src/spacegrep test
dune runtest -f --no-buffer

Expand Down

0 comments on commit 350923e

Please sign in to comment.