diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-14 13:23:29 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-14 13:23:29 +0000 |
commit | 718e3f31202a91f1301f9b500363d4e69768b6ee (patch) | |
tree | 0b0de59e3a4c0b1a4aa1f19c2425c2c331b70126 /chrome/interactive_ui_tests.isolate | |
parent | ad3b6e847b32b3c0733e74124f716b73da8865b7 (diff) | |
download | chromium_src-718e3f31202a91f1301f9b500363d4e69768b6ee.zip chromium_src-718e3f31202a91f1301f9b500363d4e69768b6ee.tar.gz chromium_src-718e3f31202a91f1301f9b500363d4e69768b6ee.tar.bz2 |
Revert r217535 "Move swarm_client to swarming_client."
The CL itself is fine but the Try Server didn't gather
"got_swarming_client_revision" build property correctly, causing swarm_triggered
to use an improper swarm_client checkout. r217535 can be reapplied once the TS
is fixed. No other issue was observed.
TBR=vadimsh@chromium.org
BUG=
Review URL: https://codereview.chromium.org/22978003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/interactive_ui_tests.isolate')
-rw-r--r-- | chrome/interactive_ui_tests.isolate | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate index acd442c..554fdd0 100644 --- a/chrome/interactive_ui_tests.isolate +++ b/chrome/interactive_ui_tests.isolate @@ -8,7 +8,7 @@ 'command': [ '../testing/xvfb.py', '<(PRODUCT_DIR)', - '../tools/swarming_client/googletest/run_test_cases.py', + '../tools/swarm_client/googletest/run_test_cases.py', '-j1', '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)', ], @@ -32,8 +32,8 @@ '../net/tools/testserver/testserver.py', '../net/tools/testserver/testserver_base.py', '../testing/test_env.py', - '../tools/swarming_client/run_isolated.py', - '../tools/swarming_client/googletest/run_test_cases.py', + '../tools/swarm_client/run_isolated.py', + '../tools/swarm_client/googletest/run_test_cases.py', '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)', '<(PRODUCT_DIR)/resources.pak', ], |