Skip to content

Commit b482e4c

Browse files
committed
release script is for do the release. the responsibility of the releaser to make sure the tests are green
1 parent df9cd85 commit b482e4c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

bin/release.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@
2727

2828
echo sprintf("Releasing symfony version \"%s\".\n", $version);
2929

30-
// tests
31-
list($result) = $filesystem->execute('php data/bin/symfony symfony:test');
32-
33-
if (0 != $result) {
34-
throw new Exception('Some tests failed. Release process aborted!');
35-
}
36-
3730
if (is_file('package.xml')) {
3831
$filesystem->remove(getcwd().DIRECTORY_SEPARATOR.'package.xml');
3932
}

0 commit comments

Comments
 (0)