diff --git a/test_manager/__init__.py b/test_manager/__init__.py index 5348358a..96d890c4 100644 --- a/test_manager/__init__.py +++ b/test_manager/__init__.py @@ -90,7 +90,7 @@ def generate_test(src_path, file, res_path, _unused): parser.add_argument('-g', '--github', action='store_true') args = parser.parse_args() if args.github or args.expected or args.tests or args.test_profiles or args.expected_profiles: - pass #load_profiles_from_git() + load_profiles_from_git() if args.tests or args.expected: TEST_IDX = 0 TEST_DICT = {}