summaryrefslogtreecommitdiff
path: root/ubuntu/scripts/device_read_perf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/scripts/device_read_perf.sh')
-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