Skip to content

Commit 14b68a1

Browse files
test: does exit 1 script break things?
1 parent 4b0056c commit 14b68a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

agent/agentscripts/agentscripts_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ func TestScriptReportsTiming(t *testing.T) {
135135
exitCode: 0,
136136
},
137137
{
138-
displayName: "exit-1",
139-
script: "exit 1",
140-
exitCode: 1,
138+
displayName: "say-hello",
139+
script: "echo 'Hello, World!'",
140+
exitCode: 0,
141141
},
142142
}
143143

0 commit comments

Comments
 (0)