On 12/15/20 4:21 PM, Luis Machado wrote: > Ubuntu 18.04 on aarch64 isn't happy about this change. > > I'm getting a number of timeouts now. > > FAIL: gdb.base/batch-preserve-term-settings.exp: batch run: spawn shell > (timeout) I could reproduce this on Ubuntu 18.04 x86_64 as well. > FAIL: gdb.base/batch-preserve-term-settings.exp: cli exit: spawn shell > (timeout) > FAIL: gdb.base/batch-preserve-term-settings.exp: cli exit after start > cmd: spawn shell (timeout) > FAIL: gdb.base/batch-preserve-term-settings.exp: cli exit after run cmd: > spawn shell (timeout) > FAIL: gdb.base/batch-preserve-term-settings.exp: cli exit after SIGTERM: > spawn shell (timeout) > > All look like this: > > spawn /bin/sh^M > $ gdb-subshell$ > > Fixed in patch below, committed. Thanks, - Tom