projects
/
scpubgit/Test-Harness-Selenium.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1a6bcc3
)
blow up after failing to start the selenium server - no point continuing
Matt S Trout [Wed, 22 Jun 2011 12:55:21 +0000 (13:55 +0100)]
lib/Test/Harness/Selenium.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/Harness/Selenium.pm
b/lib/Test/Harness/Selenium.pm
index
29bac16
..
99ffe43
100644
(file)
--- a/
lib/Test/Harness/Selenium.pm
+++ b/
lib/Test/Harness/Selenium.pm
@@
-102,6
+102,7
@@
sub start_selenium_server {
diag "timed out waiting for selenium server to start at
http://$self->{selenium_rc}{host}:$self->{selenium_rc}{port}" if $tries == 5;
$self->done;
+ die;
}
}