diff tests/runtest @ 236:df1abfe27be6 trunk

[svn r252] added warnings about using an up to date runtime
author ChristianK
date Sun, 08 Jun 2008 18:20:48 +0200
parents c603041da866
children fa9fef362a98
line wrap: on
line diff
--- a/tests/runtest	Sun Jun 08 12:06:22 2008 +0200
+++ b/tests/runtest	Sun Jun 08 18:20:48 2008 +0200
@@ -32,6 +32,8 @@
 echo
 echo "Running new test and storing result in $TARGETFILE ..."
 echo
+echo "Remember to make sure you have an up to date runtime!"
+echo
 
 if [ -z "$DMD" ] ; then
 	echo "Testing with llvmdc. Set DMD environment variable to select compiler."