Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Sep 15, 2023
1 parent 9292e72 commit 9f323dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sanity_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def check_new_release(self, name: str, builddir: str = '_build', deps=None, prog
if not ci.get('skip_tests', False):
test_options = ci.get('test_options', [])
try:
subprocess.check_call(['meson', 'test', '-C', builddir, '--suite', name, '--print-errorlogs'] + test_options)
subprocess.check_call(['meson', 'test', '--verbose', '-C', builddir, '--suite', name, '--print-errorlogs'] + test_options)
except subprocess.CalledProcessError:
log_file = Path(builddir, 'meson-logs', 'testlog.txt')
print('::group::==== testlog.txt ====')
Expand Down

0 comments on commit 9f323dc

Please sign in to comment.