diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-11-19 19:50:07 +0100 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 21:12:22 +0100 |
commit | dd4f2387fd2f4df0e1513c251c9044f5bef60618 (patch) | |
tree | cddc7f06ac3b2a54d6767e7e84bdd237ae073bf5 /build | |
parent | 91daa736639fca67b2d330d0f20aabbd55eec2cf (diff) | |
download | forums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.tar forums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.tar.gz forums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.tar.bz2 forums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.tar.xz forums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.zip |
[ticket/12620] Use the test environment for the tests
PHPBB3-12620
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 5d143886af..16798f0e97 100644 --- a/build/build.xml +++ b/build/build.xml @@ -283,6 +283,8 @@ <delete file="${dir}/config.php" /> <delete dir="${dir}/develop" /> <delete dir="${dir}/install/data" /> + <delete dir="${dir}/config/development" /> + <delete dir="${dir}/config/test" /> <phingcall target="clean-vendor-dir"> <property name="dir" value="${dir}" /> |