We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61d13b commit a959ed7Copy full SHA for a959ed7
bin/release.php
@@ -27,13 +27,6 @@
27
28
echo sprintf("Releasing symfony version \"%s\".\n", $version);
29
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
37
if (is_file('package.xml')) {
38
$filesystem->remove(getcwd().DIRECTORY_SEPARATOR.'package.xml');
39
}
0 commit comments