Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ahumenberger committed Jul 12, 2024
1 parent 15027ca commit fcb36db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/eval-dev-quality/cmd/evaluate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"os"
"path/filepath"
"regexp"
"runtime"
"sort"
"strconv"
"strings"
Expand Down Expand Up @@ -121,6 +122,8 @@ func TestEvaluateExecute(t *testing.T) {

logOutput, logger := log.Buffer()
defer func() {
runtime.GC()

if t.Failed() {
t.Logf("Logging output: %s", logOutput.String())
}
Expand Down

0 comments on commit fcb36db

Please sign in to comment.