Skip to content

Commit 4f388b1

Browse files
committed
internal/core/adt: silence tests once again
https://cuelang.org/cl/1218219 added TestAPIModifyingValues but left the debug option logeval=1 set, causing this test to be very noisy by printing unnecessary debug info to stderr. Signed-off-by: Daniel Martí <[email protected]> Change-Id: Iadb4f3f08c1e6b6638d4a30ead9d245ca9297ec6 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1219273 Unity-Result: CUE porcuepine <[email protected]> TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Marcel van Lohuizen <[email protected]>
1 parent fbb4840 commit 4f388b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/core/adt/api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type editConfig struct {
3333
// Modifying values can cause a mix of non-finalized nodes as children of
3434
// a finalized parent. Ensure that this does not cause issues.
3535
func TestAPIModifyingValues(t *testing.T) {
36-
ctx := cuecontext.New(cuecontext.CUE_DEBUG("logeval=1"))
36+
ctx := cuecontext.New()
3737

3838
v := ctx.CompileString(`
3939
edits: [{

0 commit comments

Comments
 (0)