The file successful_tests will list the passing tests which had a return value of zero +{subsubsection: Running a single test} + +You can run a single test by specifying extra command line parameters. For example, to run =cmd_q_shows-name=: + +{code} + ./batch_test.pl -d . -b -t cmd_q_shows-name +{endcode} + +This is useful if you see a specific test failing in one of the automated builds (http://submit-2.batlab.org/results/continuous.php). {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: