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
+ cd condor_tests
+ export PATH=$releasedirLoc/bin:$releasedirLoc/sbin:$PATH
+ ./batch_test.pl -b -c
**Building and Testing source tar ball**
@@ -311,5 +313,7 @@
./configure_uw
make install
make tests
+ cd src
+ cd condor_tests
export PATH=$releasedirLoc/bin:$releasedirLoc/sbin:$PATH
- ./batch_tests.pl -b -c
+ ./batch_test.pl -b -c