From 016cd09e26f1df1b2db5b304c52d15dff9ace1b7 Mon Sep 17 00:00:00 2001 From: Sanjay Singh Rawat Date: Tue, 8 Jul 2014 09:28:48 +0200 Subject: cpuhotplug: don't skip test if there is failure helpful to keep test count same Signed-off-by: Sanjay Singh Rawat --- cpuhotplug/cpuhotplug_08.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpuhotplug/cpuhotplug_08.sh b/cpuhotplug/cpuhotplug_08.sh index 00315a4..e9ff500 100755 --- a/cpuhotplug/cpuhotplug_08.sh +++ b/cpuhotplug/cpuhotplug_08.sh @@ -50,5 +50,5 @@ random_stress() { check "cpu$cpurand is online" "test $ret -eq 0" } -for i in $(seq 1 50); do random_stress || break; done +for i in $(seq 1 50); do random_stress ; done test_status_show -- cgit v1.2.3