diff options
Diffstat (limited to 'pactest')
| -rwxr-xr-x | pactest/pmtest.py | 2 | 
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\"" \ | 
