Skip to content

Commit 543141a

Browse files
royopakrakjoe
authored andcommitted
removed additional ";" from run-tests.php
1 parent f39cabe commit 543141a

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
@@ -602,7 +602,7 @@ function save_or_mail_results()
602602
$ini_overwrites[] = $argv[++$i];
603603
break;
604604
case 'g':
605-
$SHOW_ONLY_GROUPS = explode(",", $argv[++$i]);;
605+
$SHOW_ONLY_GROUPS = explode(",", $argv[++$i]);
606606
break;
607607
//case 'h'
608608
case '--keep-all':

0 commit comments

Comments
 (0)