summaryrefslogtreecommitdiffstats
path: root/pactest
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-05-11 22:38:36 +0200
committerDan McGee <dan@archlinux.org>2008-05-12 03:05:14 +0200
commit3175faace439158f5c18b20bb2358e845c4167e0 (patch)
tree7ddce1c903b66cdfc8c71c335030fb1a3b8fecd5 /pactest
parent0bfc8adf377e7c0d4870fd79999b359a00bc96e2 (diff)
downloadpacman-3175faace439158f5c18b20bb2358e845c4167e0.tar.gz
pacman-3175faace439158f5c18b20bb2358e845c4167e0.tar.xz
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>
Diffstat (limited to 'pactest')
-rwxr-xr-xpactest/pmtest.py2
1 files changed, 1 insertions, 1 deletions
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\"" \