Then, 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. {code} -$ cd src/condor_scripts -$ ./batch_test.pl -b -c +$ cd src/condor_tests +$ ../condor_scripts/batch_test.pl -b -c {endcode} {subsubsection: Running the tests again} Running the test suite leaves files and directories in the =src/condor_tests= directory that prevent the tests from running again. To solve this: {code} -$ rm -fr ../condor_tests/TestingPersonalCondor +$ rm -fr TestingPersonalCondor {endcode}