aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/test.rb')
-rwxr-xr-xvagrant/test.rb3
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
+