MCPcopy
hub / github.com/slimtoolkit/slim / SensorLogsOrFail

Method SensorLogsOrFail

pkg/test/e2e/sensor/sensor.go:598–604  ·  view source on GitHub ↗
(t *testing.T, ctx context.Context)

Source from the content-addressed store, hash-verified

596}
597
598func (s *Sensor) SensorLogsOrFail(t *testing.T, ctx context.Context) string {
599 logs, err := s.SensorLogs(ctx)
600 if err != nil {
601 t.Fatal("Cannot retrieve sensor logs:", err)
602 }
603 return logs
604}
605
606func (s *Sensor) PrintState(ctx context.Context) {
607 log.

Callers 1

Calls 1

SensorLogsMethod · 0.95

Tested by

no test coverage detected