com php-src: removed additional ";" from run-tests.php: run-tests.php
[email protected] (Joe Watkins)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 543141ae3b77fdd6f580d11a436f664a6c93adb5 Author: Rodrigo Prado <[email protected]> Mon, 30 Jan 2017 20:06:09 -0200 Committer: Joe Watkins <[email protected]> Tue, 31 Jan 2017 05:35:58 +0000 Parents: f39cabe610f61f5e1024e1eab1414458cafebe68 Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=543141ae3b77fdd6f580d11a436f664a6c93adb5 Log: removed additional ";" from run-tests.php Changed paths: M run-tests.php Diff: diff --git a/run-tests.php b/run-tests.php index f023d50..fd34934 100755 --- a/run-tests.php +++ b/run-tests.php @@ -602,7 +602,7 @@ if (isset($argc) && $argc > 1) { $ini_overwrites[] = $argv[++$i]; break; case 'g': - $SHOW_ONLY_GROUPS = explode(",", $argv[++$i]);; + $SHOW_ONLY_GROUPS = explode(",", $argv[++$i]); break; //case 'h' case '--keep-all':