summaryrefslogtreecommitdiff
path: root/README.TESTING
diff options
context:
space:
mode:
authorMelvyn Sopacua <msopacua@php.net>2002-10-23 21:15:08 +0000
committerMelvyn Sopacua <msopacua@php.net>2002-10-23 21:15:08 +0000
commit2322917af9e8545a190f17ada5050024df28b6d0 (patch)
tree51029ee6128675d42fb651c88be5395cbe55e7d7 /README.TESTING
parent8bfb6c58930ce333a5df6735132285e1e4979ac2 (diff)
downloadphp-git-2322917af9e8545a190f17ada5050024df28b6d0.tar.gz
statis->status
clarity on the exit status
Diffstat (limited to 'README.TESTING')
-rw-r--r--README.TESTING4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.TESTING b/README.TESTING
index 4fa6b4871f..b2df1fb30b 100644
--- a/README.TESTING
+++ b/README.TESTING
@@ -101,8 +101,8 @@ prompt the tester for any user input.
Normally, the exit status of "make test" is zero, regardless of the results
of independant tests. Set the environment variable REPORT_EXIT_STATUS to 1,
-to make "make test' set the exit statis ("$?") to non-zero, when a test has
-failed.
+and "make test" will set the exit status ("$?") to non-zero, when an
+individual test has failed.
NOTE: the exit status of run-tests.php will be 1 when
REPORT_EXIT_STATUS is set. The result of "make test" may be higher