# HG changeset patch # User Frits van Bommel # Date 1235656172 -3600 # Node ID 6f5e40205f2a1d8811befad8dd5786dcbda16de0 # Parent 223a679053dd35115fc08fac54e09b5c0657ae05 Fix dstress runner to use ldmd diff -r 223a679053dd -r 6f5e40205f2a tests/runtest --- a/tests/runtest Thu Feb 26 14:48:47 2009 +0100 +++ b/tests/runtest Thu Feb 26 14:49:32 2009 +0100 @@ -34,7 +34,7 @@ if [ -z "$DMD" ] ; then echo "Testing with LDC. Set DMD environment variable to select compiler." - DMD="ldc -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a" + DMD="ldmd -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a" echo "Default is $DMD" else echo "Using compiler given by DMD environment variable: $DMD"