NIHVIVO-76 In the build, break the acceptance tests into 2 steps: running and collating. And between the steps, fail if we find the word Error or Exception in the output from selenium/ruby.

This commit is contained in:
jeb228 2010-03-16 21:37:41 +00:00
parent 31ebff72fd
commit 5520c5be0a
5 changed files with 63 additions and 14 deletions

View file

@ -170,7 +170,7 @@ END_STATS
if ignores.empty?
f.print " <tr>\n"
f.print " <td colspan=\"2\">No tests ignored.</td>\n"
f.print " <td colspan=\"3\">No tests ignored.</td>\n"
f.print " </tr>\n"
else
ignores.each do |t|