| 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
|
|
|
|
|
|
|