Skip to content

Commit 390134e

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: removed additional ";" from run-tests.php
2 parents 6a8e7d5 + 543141a commit 390134e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ function save_or_mail_results()
570570
$ini_overwrites[] = $argv[++$i];
571571
break;
572572
case 'g':
573-
$SHOW_ONLY_GROUPS = explode(",", $argv[++$i]);;
573+
$SHOW_ONLY_GROUPS = explode(",", $argv[++$i]);
574574
break;
575575
//case 'h'
576576
case '--keep-all':

0 commit comments

Comments
 (0)