Re: [PATCH iproute2] tests: Add output testing

2015-06-24 Thread Stephen Hemminger
On Thu, 18 Jun 2015 00:28:18 +0300 Vadim Kochan wrote: > From: Vadim Kochan > > Added possibility to check command output by grep from the testing > script. > > Now TMP_OUT & TMP_ERR are passed from Makefile and changed to > STD_ERR & STD_OUT. > > Also changed some existing tests to make outp

[PATCH iproute2] tests: Add output testing

2015-06-17 Thread Vadim Kochan
From: Vadim Kochan Added possibility to check command output by grep from the testing script. Now TMP_OUT & TMP_ERR are passed from Makefile and changed to STD_ERR & STD_OUT. Also changed some existing tests to make output testing. Signed-off-by: Vadim Kochan --- testsuite/Makefile