mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-10 13:28:12 -05:00
pactest: fix --gdb option
A libtool upgrade broke the gdb option as we need a MODE specified; add the execute mode to the call. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
0bfc8adf37
commit
3175faace4
@ -197,7 +197,7 @@ class pmtest:
|
|||||||
cmd.append("fakechroot")
|
cmd.append("fakechroot")
|
||||||
|
|
||||||
if pacman["gdb"]:
|
if pacman["gdb"]:
|
||||||
cmd.append("libtool gdb --args")
|
cmd.append("libtool execute gdb --args")
|
||||||
if pacman["valgrind"]:
|
if pacman["valgrind"]:
|
||||||
cmd.append("valgrind -q --tool=memcheck --leak-check=full --show-reachable=yes")
|
cmd.append("valgrind -q --tool=memcheck --leak-check=full --show-reachable=yes")
|
||||||
cmd.append("\"%s\" --config=\"%s\" --root=\"%s\" --dbpath=\"%s\" --cachedir=\"%s\"" \
|
cmd.append("\"%s\" --config=\"%s\" --root=\"%s\" --dbpath=\"%s\" --cachedir=\"%s\"" \
|
||||||
|
Loading…
Reference in New Issue
Block a user