Skip to content

Commit

Permalink
Merge pull request kubernetes#69377 from justinsb/avoid_spurious_high…
Browse files Browse the repository at this point in the history
…lighting

e2e: change test strings to avoid error highlighting
  • Loading branch information
k8s-ci-robot authored Oct 6, 2018
2 parents 0f17e9a + 153f916 commit 0abb0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/node/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var _ = SIGDescribe("SSH", func() {
// Keep this test first - this variant runs on all nodes.
{`echo "Hello from $(whoami)@$(hostname)"`, false, "", "", 0, nil},
{`echo "foo" | grep "bar"`, true, "", "", 1, nil},
{`echo "Out" && echo "Error" >&2 && exit 7`, true, "Out", "Error", 7, nil},
{`echo "stdout" && echo "stderr" >&2 && exit 7`, true, "stdout", "stderr", 7, nil},
}

for i, testCase := range testCases {
Expand Down

0 comments on commit 0abb0f5

Please sign in to comment.