popd
   cd nmi_tests/condor_tests
   cp ../condor_scripts/*.pm ../condor_scripts/batch_test.pl .
+
+Then, to run all the tests; optionally using test parallelization feature (-e):
+
   ./batch_test.pl  -d . -b -e 10
 
-Between test runs, delete the =TestingPersonalCondor= directory:
+Or, to run a single test:
+
+  ./batch_test.pl -d . -b -t cmd_q_shows-name
+
+Where =cmd_q_shows-name= can be any of the tests in the test suite.  As a final note, if you are planning on running the tests several times, you will need to delete the =TestingPersonalCondor= directory between test runs:
 
   rm -rf TestingPersonalCondor