DEB uncrustify: backported commit cb1a42dd from upstream. This allows to build using RelWithDebInfo.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>pull/4/head
parent
7bbb2e4ac5
commit
86176cf371
@ -0,0 +1,14 @@
|
||||
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,
|
Loading…
Reference in new issue