# # # patch "ChangeLog" # from [c58d44f3ab3b74a6617e6e6fe08da4a7506d3c29] # to [fe87aa0df464e70a39df327ab12a94bd8b082bd3] # # patch "tests/t_quiet.at" # from [9e4bcadad7f15aa4f5c1cdacf5b3f48b5b397406] # to [417c81f9dff763e8b30e0e060c638658fa3ea7c5] # ============================================================ --- ChangeLog c58d44f3ab3b74a6617e6e6fe08da4a7506d3c29 +++ ChangeLog fe87aa0df464e70a39df327ab12a94bd8b082bd3 @@ -1,5 +1,9 @@ 2006-05-16 Timothy Brownawell + * tests/t_quiet.at: --quiet now allows warnings to still be printed + +2006-05-16 Timothy Brownawell + * sanity.cc: second sanity::set_quiet should be sanity::set_reallyquiet 2006-05-19 Richard Levitte ============================================================ --- tests/t_quiet.at 9e4bcadad7f15aa4f5c1cdacf5b3f48b5b397406 +++ tests/t_quiet.at 417c81f9dff763e8b30e0e060c638658fa3ea7c5 @@ -11,8 +11,8 @@ NETSYNC_SERVE_START(testbranch) -AT_CHECK(MTN --db=test2.db --keydir=keys2 --rcfile=netsync.lua pull --quiet NETSYNC_ADDRESS testbranch, [], [], []) - +AT_CHECK(MTN --db=test2.db --keydir=keys2 --rcfile=netsync.lua pull --quiet NETSYNC_ADDRESS testbranch, [], [], [stderr]) +AT_CHECK(grep -v warning stderr, [1], [], []) NETSYNC_SERVE_STOP AT_CLEANUP