Commit c8a2ab6
authored
[gha] enable test case name logging (#188)
Add the `-v` option when running `lldb-dotest` so that the name of each
test case is logged prior to running the test.
Example:
```
472: test_debugger_interrupt_use_dbg (TestDebuggerInterruption.TestDebuggerInterruption.test_debugger_interrupt_use_dbg) ... ok
PASS: LLDB (/home/runner/work/ds2/ds2/BinaryCache/llvm/bin/clang-i686) :: test_debugger_interrupt_use_dbg (TestDebuggerInterruption.TestDebuggerInterruption.test_debugger_interrupt_use_dbg)
```
This logging will help to identify test cases that occasionally hang so
we can disable them.1 parent 532ad06 commit c8a2ab6
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
| 512 | + | |
512 | 513 | | |
513 | 514 | | |
514 | 515 | | |
| |||
663 | 664 | | |
664 | 665 | | |
665 | 666 | | |
| 667 | + | |
666 | 668 | | |
0 commit comments