diff options
author | David Hill <ddhill@php.net> | 2003-03-19 18:04:17 +0000 |
---|---|---|
committer | David Hill <ddhill@php.net> | 2003-03-19 18:04:17 +0000 |
commit | d15a64122206214bcbc283382fa98e61cfb44f6a (patch) | |
tree | 6f97c14b61d6b7b473a30945c6d86d1cdf89d7c6 /README.TESTING | |
parent | b26db9cd5c29955f5c5025574261c88ad63b07eb (diff) | |
download | php-git-d15a64122206214bcbc283382fa98e61cfb44f6a.tar.gz |
Correcting example to use proper variable - NO_INTERACTION
Diffstat (limited to 'README.TESTING')
-rw-r--r-- | README.TESTING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.TESTING b/README.TESTING index 44065bc7dc..eca267a636 100644 --- a/README.TESTING +++ b/README.TESTING @@ -119,7 +119,7 @@ export MAKE=gmake export CC=gcc # Set test environment -export NO_INTERACTIVITY=1 +export NO_INTERACTION=1 export REPORT_EXIT_STATUS=1 cd $CO_DIR |