]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Disable normal error messages during tests
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 12 Dec 2023 22:58:28 +0000 (16:58 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 12 Dec 2023 23:02:39 +0000 (17:02 -0600)
commitda062d19821dd014b133d2b850308fa9caf743f1
tree987f82c77ccd1cdfb7ed770066a850c0623a595d
parent5a3cb687afe086dd3cf07cc7bbf36d8713c98707
Disable normal error messages during tests

These error messages weren't showing up because of failing assertions;
it was because the tests were checking error pipelines.

Hide them by default. They can be restored in a pinch by compiling with
-DPRINT_PRS ("-D print prints"):

CFLAGS=-DPRINT_PRS make check

Pending work from #101.
test/mock.c
test/rrdp_test.c
test/tal_test.c