diff options
author | Nikhil Vimal <techvoltz@gmail.com> | 2015-02-07 10:35:52 -0600 |
---|---|---|
committer | Nikhil Vimal <techvoltz@gmail.com> | 2015-02-07 10:35:52 -0600 |
commit | 90ade856155103acaa30d6abbb55b3c304b808b3 (patch) | |
tree | 9ba8bd59c83369273fd298e52af81a2ea3609b7d /README.TESTING | |
parent | 52725009c7f3be496fcd73735ece61a9d11881d5 (diff) | |
download | php-git-90ade856155103acaa30d6abbb55b3c304b808b3.tar.gz |
Update README.TESTING
Diffstat (limited to 'README.TESTING')
-rw-r--r-- | README.TESTING | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.TESTING b/README.TESTING index dd09ecbe38..719105daba 100644 --- a/README.TESTING +++ b/README.TESTING @@ -104,7 +104,8 @@ The php file will be generated always. NOTE: You can set environment variable TEST_PHP_DETAILED to enable detailed test information. -[Automated testing] +[Automated Testing] +-------------- If you like to keep up to speed, with latest developments and quality assurance, setting the environment variable NO_INTERACTION to 1, will not prompt the tester for any user input. @@ -142,7 +143,7 @@ then fi ========== end of qa-test.sh ============= -NOTE: the exit status of run-tests.php will be 1 when +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 than that. At present, gmake 3.79.1 returns 2, so it is advised to test for non-zero, rather then a specific value. |