comparison tests/runtest @ 188:7949d3dd0341 trunk

[svn r204] Don't run complex dstress tests, they seem to be broken.
author ChristianK
date Sat, 10 May 2008 06:44:57 +0200
parents 395223f9875e
children 086e1aa99557
comparison
equal deleted inserted replaced
187:bde2bb731323 188:7949d3dd0341
44 echo "This will take a while, try 'tail -f $TARGETFILE' to follow progress." 44 echo "This will take a while, try 'tail -f $TARGETFILE' to follow progress."
45 echo "Note that aborting is tricky. Try killing the processes by the name of" 45 echo "Note that aborting is tricky. Try killing the processes by the name of"
46 echo "run.sh, compile.sh, nocompile.sh and norun.sh as well as this one." 46 echo "run.sh, compile.sh, nocompile.sh and norun.sh as well as this one."
47 echo 47 echo
48 48
49 DMD=$DMD make > ../$TARGETFILE 49 DMD=$DMD make compile nocompile run norun > ../$TARGETFILE
50 cd .. 50 cd ..