./configure_uw
 make install
 make tests
+cd release_dir
+export PATH=`pwd`/bin:`pwd`/sbin:$PATH
+LD_LIBRARY_PATH=`pwd`/lib:`pwd`/lib/condor:$LD_LIBRARY_PATH
+cd ..
 cd src
 cd condor_tests
-export PATH=$releasedirLoc/bin:$releasedirLoc/sbin:$PATH
-LD_LIBRARY_PATH=$releasedirLoc/lib:$releasedirLoc/lib/condor:$LD_LIBRARY_PATH
 ./batch_test.pl -b -c --isolated  ( or a single test: ./batch_test.pl -d . -b -t cmd_q_shows-name)
 {endcode}