summaryrefslogtreecommitdiff
path: root/scripts/run-tests.sh
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-19 10:38:47 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-19 10:38:47 +0000
commitdb81ff520543dc6584336c736cdb4d3f8b62996f (patch)
treec459608d7f0cea5aedc23a030f1a4a41d8d29be9 /scripts/run-tests.sh
parent2bc3de6a4ffa99e47ddfd05fbe75927c882412d4 (diff)
downloadbrdo-db81ff520543dc6584336c736cdb4d3f8b62996f.tar.gz
brdo-db81ff520543dc6584336c736cdb4d3f8b62996f.tar.bz2
- Patch #581286 by David Strauss | moshe weitzman: fixed detection of CLI environments properly.
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.