Skip to content
  • Tom Tromey's avatar
    Pass --batch to gdb · e2ff97a1
    Tom Tromey authored
    In one of my travis builds, I was surprised to find that the gdb
    pager was in use and caused travis to time out.  Adding `--batch`
    to the gdb invocation will disable the pager.  Note that the
    `-ex q` is retained, to make sure gdb exits with status 0, just in
    case `set -e` is in effect somehow.
    e2ff97a1