mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
Merge branch 'bash' into 'main'
tests: Run lint tests with detected bash See merge request GNOME/glib!4219
This commit is contained in:
commit
6c41e77913
@ -15,7 +15,9 @@ lint_scripts = [
|
||||
if have_bash
|
||||
foreach test_name : lint_scripts
|
||||
test(
|
||||
test_name, files(test_name),
|
||||
test_name,
|
||||
bash,
|
||||
args : [files(test_name)],
|
||||
env : test_env,
|
||||
suite : ['lint', 'no-valgrind'],
|
||||
protocol : 'tap',
|
||||
|
Loading…
Reference in New Issue
Block a user