Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: scripts/slave/unittests/slave_utils_test_broken.py

Issue 10035003: Split up Each Swarm Test into Two Steps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Renaming broken test :( Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/unittests/get_swarm_results_test.py ('k') | scripts/slave/unittests/test_env.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/unittests/slave_utils_test_broken.py
diff --git a/scripts/slave/slave_utils_unittest.py b/scripts/slave/unittests/slave_utils_test_broken.py
old mode 100644
new mode 100755
similarity index 92%
rename from scripts/slave/slave_utils_unittest.py
rename to scripts/slave/unittests/slave_utils_test_broken.py
index 29982952c218eae45ca52f835b645c4162f4b32a..cf61b382dfba93af2d44b965a6e7291a134e6fc6
--- a/scripts/slave/slave_utils_unittest.py
+++ b/scripts/slave/unittests/slave_utils_test_broken.py
@@ -3,16 +3,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import test_env # pylint: disable=W0403,W0611
-import os
-import sys
import unittest
-here = os.path.dirname(sys.argv[0])
-sys.path.insert(0, os.path.join(here, '..', '..', 'site_config'))
-sys.path.insert(0, os.path.join(here, '..'))
-sys.path.insert(0, here)
-
import slave.slave_utils as slave_utils
« no previous file with comments | « scripts/slave/unittests/get_swarm_results_test.py ('k') | scripts/slave/unittests/test_env.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698