summaryrefslogtreecommitdiff
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
commit82e591afe21954a8935bd71a73b8029690e0601f (patch)
tree32f1ccc5200381b66bcce911f473ff2ac63cf6a5
parent8865fd6faf374d77c860462995c5453fcf2a841d (diff)
downloadATCD-82e591afe21954a8935bd71a73b8029690e0601f.tar.gz
*** empty log message ***
-rw-r--r--tests/README8
-rw-r--r--tests/test_config.h2
2 files changed, 6 insertions, 4 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
diff --git a/tests/test_config.h b/tests/test_config.h
index 0c84fb15c00..8ee509ae238 100644
--- a/tests/test_config.h
+++ b/tests/test_config.h
@@ -187,7 +187,7 @@ ACE_Test_Output::set_output (const char *filename, int append)
char *test_dir = ACE_OS::getenv ("ACE_TEST_DIR");
- if (!test_dir)
+ if (test_dir == 0)
test_dir = "";
ACE_OS::sprintf (temp, "%s%s%s%s",