aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2023-11-11 12:38:38 +0200
committerGitHub <noreply@github.com>2023-11-11 12:38:38 +0200
commit8e47a43bc422c7b8dc8499ccba13fca837730690 (patch)
tree0589fa1700e855971c59161cb928c7e89ac97021
parentb982aee1161307cdd0e90f7f9597b11872440efc (diff)
parentbac4d89033f6ea602c30660e121e8d29a8feeb94 (diff)
downloadbindfs-8e47a43bc422c7b8dc8499ccba13fca837730690.tar.gz
Merge pull request #145 from hartwork/fix-test-rb-error-exit-code
vagrant/test.rb: Exit with code 1 on error (rather than 0)
-rwxr-xr-xvagrant/test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/test.rb b/vagrant/test.rb
index 0077b91..de4ffcc 100755
--- a/vagrant/test.rb
+++ b/vagrant/test.rb
@@ -117,6 +117,7 @@ else
puts
puts "See test.log in a failed VM's directory for more information"
puts
+ exit 1
end
end