Control is done by adding **--test-args=short** to the call
 to condor_nmi_submit.
-
-Revisits to testing(bt 4/2013):
-
-**Testing in an outof tree build**
-
-Starting with an outoftree build initiated like this:
-
-on local disk in directory /scratch/bt/outoftree
-
-   /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
-   cd src
-   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 .
-   cd condor_tests
-   export PATH=$releasedirLoc/bin:$releasedirLoc/sbin:$PATH
-   ./batch_test.pl -b -c
-
-**Building and Testing source tar ball**
-
-   extract tar ball
-   cd into source tree(eg condor-7.9.4)
-   (You must have cmake)
-   ./configure_uw
-   make install
-   make tests
-   cd src
-   cd condor_tests
-   export PATH=$releasedirLoc/bin:$releasedirLoc/sbin:$PATH
-   ./batch_test.pl -b -c