Re: [Qemu-devel] [kvm-unit-tests PATCH v7 02/11] run_tests: allow disabling of timeouts

2016-11-28 Thread Andrew Jones
On Thu, Nov 24, 2016 at 04:10:24PM +, Alex Bennée wrote: > Certainly during development of the tests and MTTCG there are times when > the timeout just gets in the way. > > Signed-off-by: Alex Bennée > --- > run_tests.sh | 8 ++-- > scripts/runtime.bash | 4 > 2 files changed

[Qemu-devel] [kvm-unit-tests PATCH v7 02/11] run_tests: allow disabling of timeouts

2016-11-24 Thread Alex Bennée
Certainly during development of the tests and MTTCG there are times when the timeout just gets in the way. Signed-off-by: Alex Bennée --- run_tests.sh | 8 ++-- scripts/runtime.bash | 4 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/run_tests.sh b/run_tests.sh