From 49726a5d80fd65dde237d23ad0db802a38a3654c Mon Sep 17 00:00:00 2001 From: Roger Pack Date: Sat, 18 Apr 2009 23:07:30 +0000 Subject: [PATCH] minor cleanup --- test/test_all.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_all.rb b/test/test_all.rb index 8619756..a1db2f3 100644 --- a/test/test_all.rb +++ b/test/test_all.rb @@ -1,7 +1,7 @@ # I suppose if all the tests don't blow up, that probably means pass require 'mysqlplus' for file in Dir.glob('*_test.rb') do - puts 'testing ' + file + "\n\n\n\n\n" + puts 'testing ' + file # fork so we don't run out of connections to the mysql db, as few tests ever clean up their old processes pid = Process.fork { load file } Process.wait(pid)