diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lint/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/meson.build b/test/lint/meson.build index 7e024cb5..cca43342 100644 --- a/test/lint/meson.build +++ b/test/lint/meson.build @@ -64,7 +64,7 @@ if black.found() black_opts = ['--check', '-q', '-l', '79'] foreach script_path : python_script_paths script = files(script_path) - name = script_path.substring(3).underscorify() + name = 'black_' + script_path.substring(3).underscorify() test(name, black, args: black_opts + [script], suite: 'scripts') endforeach endif |