{section:General} -batch_test.pl is the means by which the test suite is run. It can be told to start up its own personal Condor and use that for testing. The tests ran by batch_test.pl may also start their own personal Condors. +batch_test.pl is the means by which the test suite is run. It can be told to start up its own personal HTCondor and use that for testing. The tests ran by batch_test.pl may also start their own personal Condors. 1: Build, install and configure your code: {code} @@ -17,7 +17,7 @@ make tests {endcode} -3: Invoke batch_test.pl. We tell batch_test.pl to start up its own personal Condor and clean up everything when it is done. We don't ask it to run tests in parallel since there likely are race conditions in the tests over that behavior. +3: Invoke batch_test.pl. We tell batch_test.pl to start up its own personal HTCondor and clean up everything when it is done. We don't ask it to run tests in parallel since there likely are race conditions in the tests over that behavior. {code} cd src/condor_tests ./batch_test.pl -b -c @@ -34,7 +34,7 @@ $ rm -fr TestingPersonalCondor {endcode} -The test suite is prone to leading Condor daemons, especially if you interrupt the tests. After running tests, check for unexpected condor_masters running and kill them. +The test suite is prone to leading HTCondor daemons, especially if you interrupt the tests. After running tests, check for unexpected condor_masters running and kill them. {section: Warnings, Problems, and Workarounds}