Restored two accidentally committed files.

This commit is contained in:
kolev 2007-12-05 20:54:45 +00:00
parent eabd2cd161
commit bd4eadd20f
2 changed files with 5 additions and 17 deletions

View File

@ -56,20 +56,8 @@ mkdir -p $output_dir
src_dir=$1
shift
# Set some environment variables
MPICH=/usr/apps/mpich/1.2.7p1/bin
P4_RSHCOMMAND=/usr/apps/mpich/1.2.7p1/bin/ssh-nobanner
export P4_RSHCOMMAND
PARASOFT=/usr/apps/insure++/default
export PARASOFT
LD_LIBRARY_PATH=/usr/apps/insure++/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
PATH=$MPICH:$PARASOFT/bin:/usr/local/bin:$PATH
export PATH
# Test runtest tests with debugging and insure turned on
# ./test.sh debug.sh $src_dir --with-insure
./test.sh debug.sh $src_dir
./test.sh debug.sh $src_dir --with-insure
mv -f debug.??? $output_dir
# Test other builds (last one is the default build)

View File

@ -56,11 +56,11 @@ shift
# Run the test drivers
cd $src_dir/test
./cleantest.sh
# ./runtest.sh $@ TEST_ams/*.sh
# ./runtest.sh $@ TEST_fac/*.sh
# ./runtest.sh $@ TEST_ij/*.sh
./runtest.sh $@ TEST_ams/*.sh
./runtest.sh $@ TEST_fac/*.sh
./runtest.sh $@ TEST_ij/*.sh
./runtest.sh $@ TEST_sstruct/*.sh
# ./runtest.sh $@ TEST_struct/*.sh
./runtest.sh $@ TEST_struct/*.sh
# Collect all error files from the tests
for errfile in $( find . -name "*.err" -o -name "*.fil" -o -name "*.out*" )