summaryrefslogtreecommitdiff
path: root/scripts/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run-tests.sh')
-rwxr-xr-xscripts/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
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.