summaryrefslogtreecommitdiffstats
path: root/content/content_unittests.isolate
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-14 13:23:29 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-14 13:23:29 +0000
commit718e3f31202a91f1301f9b500363d4e69768b6ee (patch)
tree0b0de59e3a4c0b1a4aa1f19c2425c2c331b70126 /content/content_unittests.isolate
parentad3b6e847b32b3c0733e74124f716b73da8865b7 (diff)
downloadchromium_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 'content/content_unittests.isolate')
-rw-r--r--content/content_unittests.isolate4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate
index 87b0319..94e3863 100644
--- a/content/content_unittests.isolate
+++ b/content/content_unittests.isolate
@@ -24,7 +24,7 @@
'command': [
'../testing/xvfb.py',
'<(PRODUCT_DIR)',
- '../tools/swarming_client/googletest/run_test_cases.py',
+ '../tools/swarm_client/googletest/run_test_cases.py',
'<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
],
'isolate_dependency_tracked': [
@@ -53,7 +53,7 @@
'variables': {
'command': [
'../testing/test_env.py',
- '../tools/swarming_client/googletest/run_test_cases.py',
+ '../tools/swarm_client/googletest/run_test_cases.py',
'<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
],
},