Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/e2e-inst-signatures/e2e-stack_pivot.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func (sig *e2eStackPivot) OnEvent(event protocol.Event) error {
} else {
// False positive, mark it so that the test will fail
sig.falsePositive = true
sig.log.Warnw("False positive detected", "event", event)
}
}

Expand Down
Loading