Re: [ovs-dev] [PATCH 1/3] check-kernel: add recheck support

2016-09-01 Thread Joe Stringer
On 1 September 2016 at 13:14, Lance Richardson wrote: > Support "make check-kernel RECHECK=yes", similar to existing support > for "make check RECHECK=yes". > > Signed-off-by: Lance Richardson Thanks a lot, applied to master and branch-2.6 . ___ dev ma

[ovs-dev] [PATCH 1/3] check-kernel: add recheck support

2016-09-01 Thread Lance Richardson
Support "make check-kernel RECHECK=yes", similar to existing support for "make check RECHECK=yes". Signed-off-by: Lance Richardson --- tests/automake.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/automake.mk b/tests/automake.mk index 5d12ae5..d42b576 100644 --- a