
We have the option to stop running commands in batch mode when an error occurs. When that happens we should exit the driver with a non-zero exit code. Differential revision: https://reviews.llvm.org/D78825
3 lines
120 B
Plaintext
3 lines
120 B
Plaintext
# RUN: not %lldb -x -b -S %S/Inputs/process_attach_pid.in 2>&1 | FileCheck %s
|
|
# CHECK: last option requires an argument
|