diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-09 10:49:07 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-09 11:56:05 +0100 |
commit | 3f29eef5b0efc778c38ec0d564af573db345f38f (patch) | |
tree | 9b82534d8c75e20dc456cc611bfab6824205882c /conf | |
parent | effc84d3731b1c7e78d08bc2d039e075c937ff70 (diff) |
Generate unique config per test run.
This allows multiple test suites to run simultaneously (beforehand, a
second run would overwrite the same config file and lose its database
connection).
Clean up the created config file on exit.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/.gitignore b/conf/.gitignore index 6e77101a1..86ecc7e03 100644 --- a/conf/.gitignore +++ b/conf/.gitignore @@ -1,6 +1,6 @@ /general.yml /general.yml.deployed -/general.test-autogenerated.yml +/general.test-autogenerated*.yml /httpd.conf /httpd.conf.deployed /crontab |