From 3175faace439158f5c18b20bb2358e845c4167e0 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 11 May 2008 15:38:36 -0500 Subject: 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 --- pactest/pmtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pactest') diff --git a/pactest/pmtest.py b/pactest/pmtest.py index c4e6ffa0..0c4ba847 100755 --- a/pactest/pmtest.py +++ b/pactest/pmtest.py @@ -197,7 +197,7 @@ class pmtest: cmd.append("fakechroot") if pacman["gdb"]: - cmd.append("libtool gdb --args") + cmd.append("libtool execute gdb --args") if pacman["valgrind"]: cmd.append("valgrind -q --tool=memcheck --leak-check=full --show-reachable=yes") cmd.append("\"%s\" --config=\"%s\" --root=\"%s\" --dbpath=\"%s\" --cachedir=\"%s\"" \ -- cgit v1.2.3-24-g4f1b