mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Merge branch 'skip-lint-bash' into 'main'
tests: Skip lint tests if bash is not available See merge request GNOME/glib!3916
This commit is contained in:
commit
7beb137c99
@ -8,14 +8,16 @@ lint_scripts = [
|
||||
'shellcheck.sh',
|
||||
]
|
||||
|
||||
foreach test_name : lint_scripts
|
||||
test(
|
||||
test_name, files(test_name),
|
||||
env : common_test_env,
|
||||
suite : 'lint',
|
||||
protocol : 'tap',
|
||||
)
|
||||
endforeach
|
||||
if have_bash
|
||||
foreach test_name : lint_scripts
|
||||
test(
|
||||
test_name, files(test_name),
|
||||
env : common_test_env,
|
||||
suite : 'lint',
|
||||
protocol : 'tap',
|
||||
)
|
||||
endforeach
|
||||
endif
|
||||
|
||||
test(
|
||||
'check-missing-install-tag.py',
|
||||
|
Loading…
Reference in New Issue
Block a user