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
5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
# UNSUPPORTED: system-windows
|
|
# RUN: not %lldb -b -s %s 2>&1 | FileCheck %s
|
|
q 1 2
|
|
// CHECK: Too many arguments for 'quit'
|