Skip to content

Commit

Permalink
Fixed nightly tests to use there own SVN working copy (end of testing…
Browse files Browse the repository at this point in the history
…, I hope).

git-svn-id: file:https:///usr/casc/overture/ROSE/svn/ROSE/trunk/ROSE@7424 a27c51de-2d2b-4d1b-a6e8-f7f87814f453
  • Loading branch information
dquinlan committed Sep 19, 2009
1 parent 77059fe commit 15c913a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions scripts/roseFreshTestStub-Dan-Linux-all-compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions scripts/roseFreshTestStub-Dan-OSX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ MAILADDRS="[email protected] [email protected] [email protected] [email protected] 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
Expand Down
2 changes: 2 additions & 0 deletions scripts/roseFreshTestStub-Dan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15c913a

Please sign in to comment.