{section: Build and Install the tests }
Build the tests and copy them into the testing dir. Run these commands
-in your HTCondor build directory.
+in your HTCondor build directory. There are some tests that will still run
+if you skip this step.
{term}
devenv condor.sln /Build Debug /Project BLD_TESTS
xcopy /Q /Y src\condor_tests\list_* "%testdir%\condor_tests\"
@@ -77,7 +78,8 @@
set PATH=%testdir%\bin;%PATH%
{endterm}
-Start HTCondor and verify that it is running
+Start HTCondor and verify that it is running. There are some tests that
+will still run if you skip this step.
{term}
start %testdir%\bin\condor_master -f -t
condor_who -wait:60 "NumDead > 0 || AllAlive"
@@ -94,3 +96,5 @@
{endcode}
{section: Results}
+
+Test XXX.run will typically have output and error files xxx.out and xxx.err in the same directory in which the test ran. Sometimes there will be additional files in a XXX.saveme subdirectory.