summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-09-11 11:19:16 +0000
committerLinaro Code Review <review@review.linaro.org>2015-09-11 11:19:16 +0000
commit8eb85db968f297f2ec0e212340fbb8d1722f28e6 (patch)
tree1099359473348688e7ab6c9134bc8a01a192e717
parentc5ed60fa28d525ffb6a19edb325733acb87ad8b1 (diff)
parent8a82d75d739d2ca7728a65759c52d3c9d4cab3e7 (diff)
Merge "device_read_perf: keep trying all devices even if one fails"2015.09
-rwxr-xr-xubuntu/scripts/device_read_perf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/scripts/device_read_perf.sh b/ubuntu/scripts/device_read_perf.sh
index de2ec52..f9fdbe2 100755
--- a/ubuntu/scripts/device_read_perf.sh
+++ b/ubuntu/scripts/device_read_perf.sh
@@ -49,7 +49,7 @@ test_func(){
echo "Device read timings: $c_read MB/sec"
else
echo "test_case_id:device_read_perf-$test_cmd units:none measurement:0 result:fail"
- exit 0
+ return
fi
t_read=`echo $t_read $c_read | awk '{print $1+$2}'`
done