diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-09 23:03:22 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-09 23:03:22 +0000 |
commit | 71ee49de3eba0639d13a5861803f1cf031f376df (patch) | |
tree | 7e9a559099ad267e58e58879dae8246e1bf5cdf2 /scripts | |
parent | a895a366c56fc3a03303e5341e222b7ad097952b (diff) | |
download | brdo-71ee49de3eba0639d13a5861803f1cf031f376df.tar.gz brdo-71ee49de3eba0639d13a5861803f1cf031f376df.tar.bz2 |
#679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/run-tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 43e08a1a1..068ffffef 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -226,7 +226,7 @@ function simpletest_script_parse_args() { exit; } elseif ($args['concurrency'] > 1 && !function_exists('pcntl_fork')) { - simpletest_script_print_error("Parallel test execution requires the Process Control extension to be compiled in PHP. Please see http://php.net/manual/en/intro.pcntl.php for more information."); + simpletest_script_print_error("Parallel test execution requires the Process Control extension to be compiled in PHP. See http://php.net/manual/en/intro.pcntl.php for more information."); exit; } @@ -255,7 +255,7 @@ function simpletest_script_init($server_software) { list($php, ) = explode(' ', $_ENV['SUDO_COMMAND'], 2); } else { - simpletest_script_print_error('Unable to automatically determine the path to the PHP interpreter. Please supply the --php command line argument.'); + simpletest_script_print_error('Unable to automatically determine the path to the PHP interpreter. Supply the --php command line argument.'); simpletest_script_help(); exit(); } |