Skip to content

Commit 3abb5a3

Browse files
committed
Merge branch 'PHP-7.1'
* PHP-7.1: removed additional ";" from run-tests.php
2 parents a8d901a + 390134e commit 3abb5a3

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
@@ -565,7 +565,7 @@ function save_or_mail_results()
565565
$ini_overwrites[] = $argv[++$i];
566566
break;
567567
case 'g':
568-
$SHOW_ONLY_GROUPS = explode(",", $argv[++$i]);;
568+
$SHOW_ONLY_GROUPS = explode(",", $argv[++$i]);
569569
break;
570570
//case 'h'
571571
case '--keep-all':

0 commit comments

Comments
 (0)