The branch, master has been updated
via 63f4fb615d6 abi_gen.sh: ignore gdb customisations when comparing
signatures
from 6a77237c50d printing: check lp_load_printers() prior to pcap cache
update
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 63f4fb615d6738abd38f129882a3c40fdab8d3d3
Author: Douglas Bagnall <[email protected]>
Date: Wed Jan 30 17:58:11 2019 +1300
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 <[email protected]>
Reviewed-by: David Disseldorp <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
Autobuild-User(master): Andreas Schneider <[email protected]>
Autobuild-Date(master): Sat Feb 2 20:19:05 CET 2019 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
buildtools/scripts/abi_gen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/buildtools/scripts/abi_gen.sh b/buildtools/scripts/abi_gen.sh
index 787718cb204..6dd6d321f77 100755
--- a/buildtools/scripts/abi_gen.sh
+++ b/buildtools/scripts/abi_gen.sh
@@ -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
--
Samba Shared Repository