diff tests/runtest @ 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 703d9b4505f9
children 628433c343b4
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"