From 543141ae3b77fdd6f580d11a436f664a6c93adb5 Mon Sep 17 00:00:00 2001 From: Rodrigo Prado Date: Mon, 30 Jan 2017 20:06:09 -0200 Subject: [PATCH] removed additional ";" from run-tests.php --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index f023d505dc..fd34934389 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': -- 2.40.0