diff --git a/test_helper.bash b/test_helper.bash index 9b7e20a5940e28534e1ce427fd4f35ea4bf46993..a8251e2eab6d00982ec11ba0a293e9ee200bca58 100644 --- a/test_helper.bash +++ b/test_helper.bash @@ -95,10 +95,9 @@ function latest_tag() { label=$(echo $tag |cut -d- -f2) if [ "$label" == "$1" ]; then echo $tag - return + break fi done - echo null } # rails_runner "d1" "puts 'Hello World!'"