You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
534 B

Backported commit cb1a42dd from upstream git repository. This fixes FTBFS when building with RelWithDebInfo.
--- a/tests/cli/test_cli_options.py
+++ b/tests/cli/test_cli_options.py
@@ -705,8 +705,8 @@
#
# Test --tracking_space FILE
#
- if parsed_args.config == 'Release':
- eprint("Release")
+ if parsed_args.config == 'Release' or parsed_args.config == 'RelWithDebInfo':
+ eprint(parsed_args.config)
if not check_uncrustify_output(
uncr_bin,
parsed_args,