diff options
author | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-17 04:15:45 +0000 |
---|---|---|
committer | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-17 04:15:45 +0000 |
commit | 159edd4e81caec80c8646d776e61f5d049f66f7d (patch) | |
tree | 60974090c0c635d5ac2d3ce3f2b45b198c3b27a3 /testing | |
parent | 99c8c9b944125a09721c4882680af9eaa6f2be52 (diff) | |
download | chromium_src-159edd4e81caec80c8646d776e61f5d049f66f7d.zip chromium_src-159edd4e81caec80c8646d776e61f5d049f66f7d.tar.gz chromium_src-159edd4e81caec80c8646d776e61f5d049f66f7d.tar.bz2 |
Run app_shell_browsertests on the ChromiumOS waterfall bots.
Note the correct name this time.
BUG=349631
TBR=phajdan.jr@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/240023007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264405 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.chromiumos.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/buildbot/chromium.chromiumos.json b/testing/buildbot/chromium.chromiumos.json index 4df9ba4..e9797eb 100644 --- a/testing/buildbot/chromium.chromiumos.json +++ b/testing/buildbot/chromium.chromiumos.json @@ -39,7 +39,8 @@ "gtest_tests": [ "interactive_ui_tests", "browser_tests", - "content_browsertests" + "content_browsertests", + "app_shell_browsertests" ] }, "Linux ChromiumOS Tests (dbg)(1)": { @@ -80,7 +81,8 @@ "Linux ChromiumOS Tests (dbg)(2)": { "gtest_tests": [ "browser_tests", - "content_browsertests" + "content_browsertests", + "app_shell_browsertests" ] }, "Linux ChromiumOS Tests (dbg)(3)": { |