diff options
Diffstat (limited to 'vagrant/test.rb')
-rwxr-xr-x | vagrant/test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vagrant/test.rb b/vagrant/test.rb index f6d068f..b49da83 100755 --- a/vagrant/test.rb +++ b/vagrant/test.rb @@ -108,7 +108,7 @@ end threads.each(&:join) if errors.empty? - puts "OK" + puts "All OK" else unless errors.empty? puts @@ -119,3 +119,4 @@ else puts end end + |