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

Commit05702c3

Browse files
committed
skip nonlinux
1 parent5f633e1 commit05702c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎agent/agentexec/cli_test.go‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"os"
88
"os/exec"
99
"path/filepath"
10+
"runtime"
1011
"strconv"
1112
"strings"
1213
"syscall"
@@ -21,6 +22,11 @@ import (
2122

2223
funcTestCLI(t*testing.T) {
2324
t.Parallel()
25+
26+
ifruntime.GOOS!="linux" {
27+
t.Skip("tests only valid on linux")
28+
}
29+
2430
t.Run("OK",func(t*testing.T) {
2531
t.Parallel()
2632

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp