From db81ff520543dc6584336c736cdb4d3f8b62996f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 19 Sep 2009 10:38:47 +0000 Subject: - Patch #581286 by David Strauss | moshe weitzman: fixed detection of CLI environments properly. --- scripts/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/run-tests.sh') diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index a5f8b67a8..54f47bc53 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -24,7 +24,7 @@ if ($args['execute-batch']) { } else { // Run administrative functions as CLI. - simpletest_script_init("PHP CLI"); + simpletest_script_init(NULL); } // Bootstrap to perform initial validation or other operations. -- cgit v1.2.3