From 718e3f31202a91f1301f9b500363d4e69768b6ee Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Wed, 14 Aug 2013 13:23:29 +0000 Subject: 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 --- content/content_unittests.isolate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/content_unittests.isolate') 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)', ], }, -- cgit v1.1