cd ..
cd src
cd condor_tests
-./batch_test.pl ( or a single test: ./batch_test.pl -d . -t cmd_q_shows-name)
+cp -r ../condor_examples/* .
+mkdir /tmp/testsockets
+echo "/tmp/testsockets" >SOCKETDIR
+# run a single test
+./batch_test.pl -d . -t cmd_q_shows-name
{endcode}
2: Testing from the GIT repository, out of tree/out of repository in a directory called outoftree:
