Skip to content

Commit

Permalink
🐛 normalize semantic-release before checking version
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Aug 4, 2024
1 parent 56d7331 commit 9a92d58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,11 @@ done = []
foreach name : namespace
foreach suite : get_option(name + '-exclude-suites')
foreach app : get_option(suite + '-suite')
if app in ['python-semantic-release']
app = 'semantic_release'
endif
if app in done
continue
elif app in ['python-semantic-release']
app = 'semantic_release'
endif
header = ['$', 'meson', 'test', '--suite=@0@'.format(suite)]
feature = get_variable(suite)
Expand Down

0 comments on commit 9a92d58

Please sign in to comment.