on local disk in directory /scratch/bt/outoftree
 
-/p/condor/workspaces/bt/git/CONDOR_SRC/configure_uw /p/condor/workspaces/bt/git/CONDOR_SRC
+  /p/condor/workspaces/bt/git/CONDOR_SRC/configure_uw /p/condor/workspaces/bt/git/CONDOR_SRC
+   make install
+   make tests
+   pushd release_dir
+   mkdir man
+   ./condor_install --make-personal-/condor
+   sources condor.sh
+   popd
+   cp -r /p/condor/workspaces/bt/git/CONDOR_SRC/src/condor_examples .
+   cp -r condor_tests condor_tests.built
+   cp -r /p/condor/workspaces/bt/git/CONDOR_SRC/src/condor_tests .
+   ./batch_tests.pl -b -c
 
 After following build instructions and initial test instrctions
 I copied over condor_examples and condor_tests into the built condor_tests
 after saving a copy of the built condor_tests
 
-I then proceeded to run a single test.
+I then proceeded to run a single test. and a full set.