diff options
author | Struan Donald <struan@exo.org.uk> | 2012-01-10 17:15:24 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-01-10 17:15:24 +0000 |
commit | 6228cc7aa55defdb694d2de05d2a2be282955fe6 (patch) | |
tree | 1392fb78e01bd6ab28108de42ccd5f8097340dc8 /bin/test-run | |
parent | 22c0a7367193e947af70ab1bbdfb3268fd1ec3c6 (diff) | |
parent | 1955a60586ecd4d6dc7d72de31d01d28230fbb8b (diff) |
Merge remote branch 'origin/master' into reportemptyhomes
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; |