Re: [Libhugetlbfs-devel] [PATCH] test_addr_huge(): change ERROR to verbose_printf

2008-03-07 Thread Nishanth Aravamudan
On 07.03.2008 [15:30:55 -0600], Andrew Hastings wrote: > The heapshrink test case calls test_addr_huge() to verify that the heap > shrank. test_addr_huge() emits an error message: > ERR: Couldn't find address 0x26f in /proc/self/maps > > Change the ERROR() to a verbose_printf() so that a su

[Libhugetlbfs-devel] [PATCH] test_addr_huge(): change ERROR to verbose_printf

2008-03-07 Thread Andrew Hastings
The heapshrink test case calls test_addr_huge() to verify that the heap shrank. test_addr_huge() emits an error message: ERR: Couldn't find address 0x26f in /proc/self/maps Change the ERROR() to a verbose_printf() so that a successful test run will not contain an error message. Signed-off-