[llvm] [Dexter] Temporarily print DAP logs on specific exception (PR #157130)
Stephen Tozer via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 8 03:40:25 PDT 2025
================
@@ -2,7 +2,7 @@ Purpose:
Run DExTer unit tests.
# Dexter returns 1 when no subtools are specified.
-RUN: not %dexter_base --unittest=show-all 2>&1 | FileCheck %s
+RUN: not %dexter_base --unittest=show-all 2>&1 | FileCheck --dump-input-context=999999999 %s
----------------
SLTozer wrote:
I don't think this one needs the context flag.
https://github.com/llvm/llvm-project/pull/157130
More information about the llvm-commits
mailing list