From 384d2acbe1f33481841c38823853fbd22976903c Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sun, 20 Mar 2005 18:07:00 +0000 Subject: global: Update Carpet test script darcs-hash:20050320180759-891bb-221e677643a4c039098970212f0aac6e801da092.gz --- test-carpet | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'test-carpet') diff --git a/test-carpet b/test-carpet index 9dd1ac34b..079f1b33b 100755 --- a/test-carpet +++ b/test-carpet @@ -2,6 +2,11 @@ set -e +mkdir test-Cactus +pushd test-Cactus + + + # Get Cactus cvs -z6 -d :pserver:cvs_anon@cvs.cactuscode.org:/cactusdevcvs checkout Cactus pushd Cactus @@ -11,7 +16,7 @@ pushd Cactus pushd arrangements # Link to Carpet thorns -ln -sf ../../Carpet* . +ln -sf ../../../Carpet* . # Get arrangements for arr in CactusBase CactusBench CactusConnect CactusEinstein CactusElliptic CactusExamples CactusExternal CactusIO CactusPUGH CactusPUGHIO CactusTest CactusUtils CactusWave AlphaThorns BetaThorns; do @@ -24,7 +29,9 @@ for arr in AEIThorns Excision; do cvs -z6 -d :pserver:cvs_anon@cvs.aei.mpg.de:/numrelcvs checkout $arr done for thorn in AEIThorns/AHFinderDirect; do - (cd $thorn && cvs -z6 update -dPr Erik) + pushd $thorn + cvs -z6 update -dPr Erik + popd done popd @@ -32,11 +39,12 @@ popd # Create a configuration cat > options < configs/einstein/ThornList <