diff options
author | matthew <matthew> | 2009-07-15 20:54:49 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-07-15 20:54:49 +0000 |
commit | 6fa6e9b6a4b3d4be3e467db68f873113084280c7 (patch) | |
tree | 6fcfba982b56e8e6dc124e702bdbfb8d77c62f8e | |
parent | 3a66facfc1c39c19d4e53cdfacaa433a45e44d52 (diff) |
Correct error spot.
-rwxr-xr-x | bin/test-run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test-run b/bin/test-run index a49bea8c0..66c204559 100755 --- a/bin/test-run +++ b/bin/test-run @@ -19,7 +19,7 @@ # RSS # Whatever I've missed! -my $rcsid = ''; $rcsid .= '$Id: test-run,v 1.2 2009-07-15 20:51:21 matthew Exp $'; +my $rcsid = ''; $rcsid .= '$Id: test-run,v 1.3 2009-07-15 20:54:49 matthew Exp $'; use strict; require 5.8.0; @@ -122,7 +122,7 @@ $wth->browser_set_validator("/usr/bin/validate"); # Setup error log watching $wth->log_watcher_setup($httpd_error_log); -$wth->log_watcher_self_test($base_url . "/test.cgi?error=1", "deliberate_error_to_test_error_handling"); +$wth->log_watcher_self_test($base_url . "/test.cgi?error=1", "Illegal division by zero"); # Run the reports foreach (keys %action) { |