[pkg-eucalyptus-commits] r221 - gwt/trunk/debian
Chris Halls
halls at alioth.debian.org
Wed Jul 4 12:08:32 UTC 2012
Author: halls
Date: 2012-07-04 12:08:31 +0000 (Wed, 04 Jul 2012)
New Revision: 221
Modified:
gwt/trunk/debian/README.Debian
Log:
Comment how to run the unit tests from the packaging directory
Need to use tools.properties from the debian directory
Modified: gwt/trunk/debian/README.Debian
===================================================================
--- gwt/trunk/debian/README.Debian 2012-07-04 12:08:27 UTC (rev 220)
+++ gwt/trunk/debian/README.Debian 2012-07-04 12:08:31 UTC (rev 221)
@@ -14,11 +14,11 @@
You are now ready to run the test suites! For the development test suite:
-GWT_EXTTOOLS=/path/to/gwt/tools ant -propertyfile debian/ant.properties -DartifactVersion=2.4.0 -f dev/build.xml test
+GWT_EXTTOOLS=/path/to/gwt/tools ant -propertyfile debian/ant.properties -propertyfile tools.properties -DartifactVersion=2.4.0 -f dev/build.xml test
For the runtime test suite (please note, it will take a while):
-GWT_EXTTOOLS=/path/to/gwt/tools ant -propertyfile debian/ant.properties -DartifactVersion=2.4.0 -f user/build.xml test
+GWT_EXTTOOLS=/path/to/gwt/tools ant -propertyfile debian/ant.properties -propertyfile tools.properties -DartifactVersion=2.4.0 -f user/build.xml test
Please note that certain date tests will fail as the format of the string
output appears to have changed.
More information about the pkg-eucalyptus-commits
mailing list