aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/TestAppProve.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-08-10 18:25:34 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-08-10 18:25:34 +0100
commit5fd5a93ef47e606ad0d3ae339eed0eb04aa2db26 (patch)
treeb69d1cba390c51d37264441c6305e4c3fd325575 /perllib/FixMyStreet/TestAppProve.pm
parentc7cd951c502f91ffae6b3d7f36540cb34aa4a49b (diff)
parent97fb9772bc96e82f2edb8a9191dd359b07a04fa7 (diff)
Merge branch 'switch-site-script'
Diffstat (limited to 'perllib/FixMyStreet/TestAppProve.pm')
-rw-r--r--perllib/FixMyStreet/TestAppProve.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/TestAppProve.pm b/perllib/FixMyStreet/TestAppProve.pm
index 806608b8b..f6e09fbe9 100644
--- a/perllib/FixMyStreet/TestAppProve.pm
+++ b/perllib/FixMyStreet/TestAppProve.pm
@@ -21,7 +21,7 @@ see bin/run-tests for usage
=cut
sub cleanup {
- unlink "conf/general.test-autogenerated.$$.yml";
+ unlink "conf/general-test-autogenerated.$$.yml";
}
sub signal_handler {
@@ -86,7 +86,7 @@ sub run {
$config->{FMS_DB_PASS} = '';
}
- my $config_out = "general.test-autogenerated.$$";
+ my $config_out = "general-test-autogenerated.$$";
path("conf/$config_out.yml")->spew( YAML::Dump($config) );
local $ENV{FMS_OVERRIDE_CONFIG} = $config_out;