Making test.noserver actually use -noserver.
Review by: knorton
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5754 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/build.xml b/user/build.xml
index 6f4588b..3d687c5 100755
--- a/user/build.xml
+++ b/user/build.xml
@@ -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>