diff options
author | Struan Donald <struan@exo.org.uk> | 2012-01-10 12:07:02 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-01-10 12:07:02 +0000 |
commit | fdd4cc1a5e6e8ceaef689ded9936886a553525a3 (patch) | |
tree | 1f79378b563b71d7ca226661bc94217ce203aa6d /bin/test-run | |
parent | 7ea873d6510c905d33ccdd025b62a8cba4ddb359 (diff) | |
parent | 62f0d7ea89e8eda7c74d1467187a2ceddf8dd7d5 (diff) |
Merge remote branch 'origin/master' into packaging
Diffstat (limited to 'bin/test-run')
-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 58cf0b2ea..29e975ce4 100755 --- a/bin/test-run +++ b/bin/test-run @@ -5,7 +5,7 @@ # # Requires: # * ../conf/general file set up for FixMyStreet, and matching the below requirements -# * apache configured to serve ../web on OPTION_BASE_URL +# * apache configured to serve ../web on BASE_URL # * a database with name ending "_testharness"; this script will drop and remake the # database, so make sure it is never used for anything important # * email addresses (email_n below) configured to pipe to ./test-mailin with fast @@ -54,7 +54,7 @@ date_print("Set up web test harness..."); my ($wth, $action, $verbose, $pause, $multispawn) = mySociety::WebTestHarness::setup({ actions => \@actions, actions_desc => \%actions_desc, - dbname => 'BCI', + dbname => 'FMS', 'sql_extra' => ['../db/alert_types.sql'], }); $multispawn = 1; |