================ @@ -1,28 +0,0 @@ -# RUN: %clangxx_host %p/Inputs/main.cpp -g -o %t.out -# RUN: %lldb -b -o 'settings set interpreter.stop-command-source-on-error false' -s %s %t.out 2>&1 | FileCheck %s - -settings show interpreter.stop-command-source-on-error -# CHECK: interpreter.stop-command-source-on-error (boolean) = false ---------------- Teemperor wrote:
That's just the shell test jank so we can test multiple wrong commands in one test (shell tests otherwise just stop at the first wrong command), so that thankfully can go away https://github.com/llvm/llvm-project/pull/221563 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
