mirror of
https://github.com/samba-team/samba.git
synced 2025-03-03 12:58:35 +03:00
abi_gen.sh: ignore gdb customisations when comparing signatures
If a .gdbinit file says "set print pretty on", the signatures are printed over several lines, and the abi_check fails. So let's ignore .gdbinit files. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Sat Feb 2 20:19:05 CET 2019 on sn-devel-144
This commit is contained in:
parent
6a77237c50
commit
63f4fb615d
@ -17,5 +17,5 @@ done
|
||||
) > $GDBSCRIPT
|
||||
|
||||
# forcing the terminal avoids a problem on Fedora12
|
||||
TERM=none gdb -batch -x $GDBSCRIPT "$SHAREDLIB" < /dev/null
|
||||
TERM=none gdb -n -batch -x $GDBSCRIPT "$SHAREDLIB" < /dev/null
|
||||
rm -f $GDBSCRIPT
|
||||
|
Loading…
x
Reference in New Issue
Block a user