diff --git a/scripts/roseFreshTestStub-Dan-Linux-all-compilers.sh b/scripts/roseFreshTestStub-Dan-Linux-all-compilers.sh index a02440b2cd0..035e1f8e9ae 100755 --- a/scripts/roseFreshTestStub-Dan-Linux-all-compilers.sh +++ b/scripts/roseFreshTestStub-Dan-Linux-all-compilers.sh @@ -18,10 +18,10 @@ fi # BUILD BINARIES (for all versions of compilers) # DQ (9/15/2009): Test different versions of compilers. cd /home/dquinlan/ROSE/svn-rose/scripts && ./roseFreshTest ./roseFreshTestStub-Dan-gnu-4.4.sh --without-java & -sleep 1m -cd /home/dquinlan/ROSE/svn-rose/scripts && ./roseFreshTest ./roseFreshTestStub-Dan-gnu-4.3.sh --without-java & -if test false; then +if false; then + sleep 1m + cd /home/dquinlan/ROSE/svn-rose/scripts && ./roseFreshTest ./roseFreshTestStub-Dan-gnu-4.3.sh --without-java & sleep 1m cd /home/dquinlan/ROSE/svn-rose/scripts && ./roseFreshTest ./roseFreshTestStub-Dan-gnu-4.2.sh --without-java & sleep 1m diff --git a/scripts/roseFreshTestStub-Dan-OSX.sh b/scripts/roseFreshTestStub-Dan-OSX.sh index 75760881992..ff21c9c22d8 100755 --- a/scripts/roseFreshTestStub-Dan-OSX.sh +++ b/scripts/roseFreshTestStub-Dan-OSX.sh @@ -21,11 +21,11 @@ MAILADDRS="dquinlan@llnl.gov liaoch@llnl.gov panas2@llnl.gov matzke1@llnl.gov sa # This repository is for testing only and is a performance optimization to avoid long checkout times. SVN_READONLY_REPOSITORY_LOCATION=$ROSE_TEST_ROOT/svn-readonly-rose -# SVNOP=checkout -SVNOP=update +SVNOP=checkout +# SVNOP=update # If we are using update then assume build has been run... -SKIP_BUILD_SOURCE=1 +SKIP_BUILD_SOURCE=0 # Controls generation and contribution of binary for EDG support to distribution. ENABLE_BUILD_BINARY_EDG=1 diff --git a/scripts/roseFreshTestStub-Dan.sh b/scripts/roseFreshTestStub-Dan.sh index f6c49d48996..a95a3068c06 100755 --- a/scripts/roseFreshTestStub-Dan.sh +++ b/scripts/roseFreshTestStub-Dan.sh @@ -64,6 +64,8 @@ SKIP_DIST_TEST=0 # Skip running docs, install, and installcheck rules. BUILD_AND_UPDATE_EDG_BINARY_ONLY=0 +KEEP_TEST_DIR=1 + # TP (31Jul2008) make sure that the mpi deamon runs in the background export mpdvar=$(ps ax | grep mpd | wc -l ) #echo $mpdvar