| Index: third_party/recipe_engine/unittests/show_me_the_modules_test.py
|
| diff --git a/scripts/tools/unittests/show_me_the_modules_test.py b/third_party/recipe_engine/unittests/show_me_the_modules_test.py
|
| similarity index 79%
|
| rename from scripts/tools/unittests/show_me_the_modules_test.py
|
| rename to third_party/recipe_engine/unittests/show_me_the_modules_test.py
|
| index c963dae295e17e74d233082ee8067b469ed6e83f..17c5ce881e085df9225dc97510eac021d127940b 100755
|
| --- a/scripts/tools/unittests/show_me_the_modules_test.py
|
| +++ b/third_party/recipe_engine/unittests/show_me_the_modules_test.py
|
| @@ -11,8 +11,8 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|
|
| class ShowMeTheModulesTest(unittest.TestCase):
|
| def testShowMeTheModules(self):
|
| - scriptPath = os.path.join(BASE_DIR, 'show_me_the_modules.py')
|
| - exitcode = subprocess.call(['python', scriptPath])
|
| + scriptPath = os.path.join(BASE_DIR, 'recipes.py')
|
| + exitcode = subprocess.call(['python', scriptPath, 'show_me_the_modules'])
|
| self.assertEqual(0, exitcode)
|
|
|
| if __name__ == '__main__':
|
|
|