Re: [PATCH] Make grub_test_assert() correctly format its output.

2011-03-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 02.03.2011 21:24, Peter Jones wrote: The old code gives arguments to a printf function which can't work correctly, and the compiler complains. Committed. Thanks. --- grub-core/tests/example_functional_test.c |2 +- grub-core/tests/lib/test.c| 88

[PATCH] Make grub_test_assert() correctly format its output.

2011-03-02 Thread Peter Jones
The old code gives arguments to a printf function which can't work correctly, and the compiler complains. --- grub-core/tests/example_functional_test.c |2 +- grub-core/tests/lib/test.c| 88 +++-- include/grub/test.h | 10 ++-