changeset 992:6f5e40205f2a

Fix dstress runner to use ldmd
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 26 Feb 2009 14:49:32 +0100
parents 223a679053dd
children 27956b440c0a
files tests/runtest
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"