]> git.ipfire.org Git - thirdparty/tor.git/commit
Change log_test_helpers macros to use printf, not pasting
authorNick Mathewson <nickm@torproject.org>
Wed, 22 Aug 2018 14:31:44 +0000 (10:31 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 22 Aug 2018 14:55:55 +0000 (10:55 -0400)
commit8148c0717dc6b05b0cda18ade94e03ed947bc7a3
treeff5a5879716e497c9bcc4ce754ef03ef4efde532
parent5245a296c58eb8aba712e94a78d5bcaa2a2f25fb
Change log_test_helpers macros to use printf, not pasting

This ensures that our test failure messages actually tell us what
strings Tor was expecting.  I will need this to debug some test
failures.
src/test/log_test_helpers.h
src/test/test_shared_random.c