Re: [PATCH kvm-unit-tests 4/6] run_tests: generalize check

2015-12-15 Thread Radim Krčmář
2015-12-14 16:11-0600, Andrew Jones: > On Mon, Dec 14, 2015 at 10:24:19PM +0100, Radim Krčmář wrote: > > --- >> diff --git a/run_tests.sh b/run_tests.sh >> @@ -35,17 +35,10 @@ function run() >> return >> fi >> >> -# check a file for a particular value before running a test >> -

Re: [PATCH kvm-unit-tests 4/6] run_tests: generalize check

2015-12-14 Thread Andrew Jones
On Mon, Dec 14, 2015 at 10:24:19PM +0100, Radim Krčmář wrote: > config attribute "check" is currently unused. > Provide a simple implementation instead of removing it. > > Signed-off-by: Radim Krčmář > --- > run_tests.sh | 15 --- > 1 file changed, 4 insertions(+), 11 deletions(-) >

[PATCH kvm-unit-tests 4/6] run_tests: generalize check

2015-12-14 Thread Radim Krčmář
config attribute "check" is currently unused. Provide a simple implementation instead of removing it. Signed-off-by: Radim Krčmář --- run_tests.sh | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 4d813b9a7084..b0b064f2e341 100