Skip to content

Commit

Permalink
[Console] Avoid to remove generated files in , some tests need them
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Nov 23, 2011
1 parent b3e23f7 commit 01800b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ tests/Fixtures/namespaced/runtime-conf.xml-e
tests/Fixtures/namespaced/runtime-conf.xml
tests/Fixtures/schemas/runtime-conf.xml-e
tests/Fixtures/schemas/runtime-conf.xml
tests/Fixtures/bookstore-packaged/build.properties
tests/Fixtures/bookstore-packaged/runtime-conf.xml
tests/Fixtures/bookstore/build.properties
tests/Fixtures/namespaced/build.properties
tests/Fixtures/reverse/mysql/build.properties
tests/Fixtures/reverse/mysql/runtime-conf.xml
tests/Fixtures/schemas/build.properties
vendor/
3 changes: 0 additions & 3 deletions src/Propel/Generator/Command/PrepareTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ protected function buildFixtures($fixturesDir, InputInterface $input, OutputInte
shell_exec(sprintf('%s main', $this->propelgen));
shell_exec(sprintf('%s insert-sql', $this->propelgen));

unlink('build.properties');
unlink('runtime-conf.xml');

$output->writeln('done.');

chdir($this->root);
Expand Down

0 comments on commit 01800b7

Please sign in to comment.