summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-05 13:38:08 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-05 13:38:08 +0000
commit1119558a52e54a9a2bdf908a2938e8b4250792c7 (patch)
treea35720e7cc67faa1a0ec97efe1d308599398c69b /ACE-INSTALL.html
parentba6d82467a04f9bd383da6781498eb107ca058fb (diff)
downloadATCD-1119558a52e54a9a2bdf908a2938e8b4250792c7.tar.gz
ChangeLogTag: Thu Aug 05 08:37:09 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 6e869654611..271064f6549 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1289,6 +1289,17 @@ to run the tests and capture their output:<p>
<li>Invoked the script &lt; run_tests.vxworks from this target shell.<p>
</ol>
+<a href="mailto:Kirk.Davies@pobox.com">Kirk Davies</a> provided this
+approach for running the ACE tests on Tornado II:
+
+<ul>
+ <li>Under Tornado II, I set up the Target Server File System (TSFS), and
+ the test logs get written to the log subdirectory under that.<p>
+ <li>You have to set an environment variable before running the tests:
+<pre>
+putenv("ACE_TEST_DIR=/tgtsvr")
+</pre><p>
+</ul>
<h5><a name="VxWorks/SharedLibs">Building Shared Libraries for VxWorks</a>.</h5>