Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ae3492

Browse files
committed
chore: exclude otlp trace provider from slim builds
1 parent5380690 commit6ae3492

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎cli/ssh_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,8 +1219,8 @@ func TestSSH(t *testing.T) {
12191219
// started and accepting input on stdin.
12201220
_=pty.Peek(ctx,1)
12211221

1222-
pty.WriteLine(fmt.Sprintf("netstat -an | grep-q %s; echo\"returned $?\"",remoteSock))
1223-
pty.ExpectMatchContext(ctx,"returned 0")
1222+
pty.WriteLine(fmt.Sprintf(`echo "results: $(netstat -an | grep%s | wc -l)"`,remoteSock))
1223+
pty.ExpectMatchContext(ctx,"results: 1")
12241224

12251225
// And we're done.
12261226
pty.WriteLine("exit")

‎coderd/tracing/exporter.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !slim
2+
13
package tracing
24

35
import (

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp