summaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-01-09 01:29:41 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-01-09 01:29:41 +0000
commitb16e271ed3a52c5ccdd2f24a80476543011015e7 (patch)
tree32f1ccc5200381b66bcce911f473ff2ac63cf6a5 /tests/README
parent35e7b2de4aa30e2453366f0ca8186cef1c537566 (diff)
downloadATCD-b16e271ed3a52c5ccdd2f24a80476543011015e7.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/README b/tests/README
index 92e066ea994..d1dc844b135 100644
--- a/tests/README
+++ b/tests/README
@@ -3,9 +3,11 @@ functionality of ACE on Win32 and UNIX. These tests can be executed
in a single pass via a shell script run_tests.sh (on UNIX) or a batch
file run_tests.bat (on Win32).
-On UNIX, all the output from the tests will be stored in separate
-files in the ./log/ directory. On Win32 all the output is stored in
-separate files in C:\temp\log\.
+On UNIX, by default all the output from the tests will be stored in
+separate files in the ./log/ directory. However, you can override
+this by setting the ACE_TEST_DIR environment variable to another
+prefix. On Win32 all the output is stored in separate files in
+C:\temp\log\.
We had problems running the batch file on Windows 95 and Windows NT
using the native DOS prompt. However we were able to get around this