Index: trunk/scripts/_Events.groovy
===================================================================
--- trunk/scripts/_Events.groovy	(revision 527)
+++ trunk/scripts/_Events.groovy	(revision 528)
@@ -3,5 +3,7 @@
 
 eventCompileStart = { msg ->
-    println "Compile started, checking VCS Revision."
-    updateVcsRevision()
+    if(System.getProperty("grails.env") != "test") {
+        println "Compile started, checking VCS Revision."
+        updateVcsRevision()
+    }
 }
