diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2023-11-10 22:01:47 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2023-11-10 23:10:17 +0100 |
commit | bac4d89033f6ea602c30660e121e8d29a8feeb94 (patch) | |
tree | 0589fa1700e855971c59161cb928c7e89ac97021 | |
parent | b982aee1161307cdd0e90f7f9597b11872440efc (diff) | |
download | bindfs-bac4d89033f6ea602c30660e121e8d29a8feeb94.tar.gz |
vagrant/test.rb: Exit with code 1 on error
-rwxr-xr-x | vagrant/test.rb | 1 |
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 |