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

Unified Diff: build.xml

Issue 1142323005: Make TableClassifierTest independent of browser window dimention (Closed) Base URL: git@github.com:chromium/dom-distiller.git@master
Patch Set: Created 5 years, 7 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
Index: build.xml
diff --git a/build.xml b/build.xml
index 64dd2a580a5c85c40ced8861fe6357cba022e615..d667c219b272271b5d6ecf5dfeaf3c9851112eb7 100644
--- a/build.xml
+++ b/build.xml
@@ -230,6 +230,8 @@
<exec executable="xvfb-run" failonerror="true">
<env key="PATH" path="${env.PATH}:${basedir}/buildtools"/>
<arg value="--auto-servernum"/>
+ <arg value="-s"/>
+ <arg value="-screen 0 1024x768x24"/>
<arg value="./run_jstests.py"/>
<arg line="--filter=${test.filter}
--debug_level ${test.debug_level}

Powered by Google App Engine
This is Rietveld 408576698