diff options
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-x | run_project_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index dbda839..dd2d575 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -282,7 +282,6 @@ def _run_ci_include(args: typing.List[str]) -> str: return 'Included file {}:\n{}\n'.format(args[0], data) except Exception: return 'Failed to open {} ({})'.format(args[0]) - return 'Appended {} to the log'.format(args[0]) ci_commands = { 'ci_include': _run_ci_include |