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

Unified Diff: .travis.yml

Issue 2096913002: Fix malformed test filter (Closed) Base URL: git@github.com:chromium/dom-distiller.git@master
Patch Set: Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .travis.yml
diff --git a/.travis.yml b/.travis.yml
index 85bbc0e19a3b77e2be88456f9c12eb2531820057..2d8d8b92bccc43ef9fc5c97126a73a31be40e77e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,5 +9,5 @@ install:
script:
# Use system python for protobuf package.
- export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
- - ant test -Dtest.shuffle=1 -Dtest.repeat=10 -Dtest.filter='-*.WebVideoTest.testGenerateOutput*:-*.testMakeAllLinksAbsolute'
+ - ant test -Dtest.shuffle=1 -Dtest.repeat=10 -Dtest.filter='-*.WebVideoTest.testGenerateOutput*:*.testMakeAllLinksAbsolute'
- ant package
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698