Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: build.xml

Issue 1047853004: Use gtest_filter syntax in jstest filter (Closed) Base URL: git@github.com:chromium/dom-distiller.git@master
Patch Set: address comments Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | javatests/org/chromium/distiller/JsTestSuiteBase.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build.xml
diff --git a/build.xml b/build.xml
index b6c4ace05cd84e840f9de53e413dff76c585fa68..0d903fd9d0544dd4453c43e64da9215520f3c631 100644
--- a/build.xml
+++ b/build.xml
@@ -22,7 +22,7 @@
<!-- Configure path to GWT SDK -->
<property name="gwt.sdk" location="third_party/gwt-2.7.0" />
- <property name="test.filter" value=".*" />
+ <property name="test.filter" value="*" />
<property name="test.debug_level" value="0" />
« no previous file with comments | « no previous file | javatests/org/chromium/distiller/JsTestSuiteBase.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698