* tests2.sh: Remove extra echos
authorAndreia Gaita <avidigal@novell.com>
Sun, 19 Oct 2008 02:30:23 +0000 (02:30 -0000)
committerAndreia Gaita <avidigal@novell.com>
Sun, 19 Oct 2008 02:30:23 +0000 (02:30 -0000)
svn path=/trunk/mcs/; revision=116411

mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/tests2.sh

index cd443bf6f34e4c824217b22ee60b19b58677859c..ec053136e82685f069c743a21221026518c98645 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-19  Andreia Gaita  <avidigal@novell.com>
+
+       * tests2.sh: Remove extra echos
+
 2008-10-19  Andreia Gaita  <avidigal@novell.com>
 
        * FormTest.cs: Fix failing test on .NET/Win
index 48663048096ca8d92ca14a2a8a153e7425d41632..6a01dcb4fd0c7273b7c155868269d20ddd68e8cc 100644 (file)
@@ -66,12 +66,6 @@ for i in $@; do
        esac
 done
 
-
-echo $opts
-echo $test
-echo $NUNITCONSOLE
-echo $MONO_PATH
-
 if [ $# -eq 0 ]; then
        usage
        exit 1