export LD_LIBRARY_PATH=`pwd`/lib:`pwd`/lib/condor:$LD_LIBRARY_PATH
cd ..
cd src
-cp -r /{repo}/CONDOR_SRC/src/condor_examples .
-cp -r /{repo}/CONDOR_SRC/src/condor_tests .
cd condor_tests
+cp -r ../condor_examples/* .
mkdir /tmp/testsockets
echo "/tmp/testsockets" >SOCKETDIR
-./batch_test.pl -d . ( or a single test: ./batch_test.pl -d . -t cmd_q_shows-name)
+# run a single test
+./batch_test.pl -d . -t cmd_q_shows-name
{endcode}
With shared port on, the socket daemon path is too long so the current