summaryrefslogtreecommitdiffstats
path: root/chrome/sync_integration_tests.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 /chrome/sync_integration_tests.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 'chrome/sync_integration_tests.isolate')
-rw-r--r--chrome/sync_integration_tests.isolate8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/sync_integration_tests.isolate b/chrome/sync_integration_tests.isolate
index dbdc595..30fd0a5 100644
--- a/chrome/sync_integration_tests.isolate
+++ b/chrome/sync_integration_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',
'<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)',
],
'isolate_dependency_tracked': [
@@ -45,8 +45,8 @@
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'isolate_dependency_tracked': [
- '../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',
],
'isolate_dependency_untracked': [
'<(PRODUCT_DIR)/pyproto/',
@@ -56,7 +56,7 @@
['OS=="mac"', {
'variables': {
'command': [
- '../tools/swarming_client/googletest/run_test_cases.py',
+ '../tools/swarm_client/googletest/run_test_cases.py',
'<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)',
],
'isolate_dependency_tracked': [