Author: [email protected]
Date: Sun Jul 19 11:38:45 2009
New Revision: 5754
Modified:
trunk/user/build.xml
Log:
Making test.noserver actually use -noserver.
Review by: knorton
Modified: trunk/user/build.xml
==============================================================================
--- trunk/user/build.xml (original)
+++ trunk/user/build.xml Sun Jul 19 11:38:45 2009
@@ -153,7 +153,7 @@
</target>
<target name="test.noserver" depends="compile, compile.tests"
description="Run noserver hosted-mode tests for this project.">
- <gwt.junit test.args="${test.args}"
test.out="${junit.out}/${build.host.platform}-noserver-mode"
test.cases="default.noserver.tests">
+ <gwt.junit test.args="${test.args} -noserver"
test.out="${junit.out}/${build.host.platform}-noserver-mode"
test.cases="default.noserver.tests">
<extraclasspaths>
<path refid="test.extraclasspath" />
</extraclasspaths>
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---