From: <jh...@us...> - 2009-11-06 00:43:56
|
Revision: 136 http://etch.svn.sourceforge.net/etch/?rev=136&view=rev Author: jheiss Date: 2009-11-06 00:43:46 +0000 (Fri, 06 Nov 2009) Log Message: ----------- Comment out the sleep after the "errors expected" warning. It slows down a test run for little benefit, as folks probably aren't watching the tests run most of the time, just starting a run in a window and checking later to make sure nothing failed. Modified Paths: -------------- trunk/test/etchtest.rb Modified: trunk/test/etchtest.rb =================================================================== --- trunk/test/etchtest.rb 2009-11-03 02:04:24 UTC (rev 135) +++ trunk/test/etchtest.rb 2009-11-06 00:43:46 UTC (rev 136) @@ -80,7 +80,7 @@ puts "#" puts "# Errors expected here" puts "#" - sleep 3 + #sleep 3 end result = system("ruby ../client/etch --generate-all --server=http://localhost:#{port} --test-base=#{testbase} --key=keys/testkey #{extra_args}") if errors_expected This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |