aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-07-08 09:28:48 +0200
committerSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-07-08 09:28:48 +0200
commit016cd09e26f1df1b2db5b304c52d15dff9ace1b7 (patch)
tree2c40640166b3d528d90e35fcc9cf2f009a8e3023
parentffc539ffd9685788093ab1afa477f7e81179ab12 (diff)
cpuhotplug: don't skip test if there is failure
helpful to keep test count same Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
-rwxr-xr-xcpuhotplug/cpuhotplug_08.sh2
1 files changed, 1 insertions, 1 deletions
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