Skip to content

Commit

Permalink
Update commands_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbashov committed Jan 18, 2022
1 parent 1ddc4aa commit 8131d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func TestInstallAndStartStop(t *testing.T) {
t.Log(out)

// В докер окружениях невозможно запустить рутлес контейнеры(
if !(strings.Contains(out, "Starting") || strings.Contains(out, "mapping tool not present: Operation not permitted")) {
if !(strings.Contains(out, "Starting") || strings.Contains(out, "mapping tool not present: Operation not permitted") || strings.Contains(out, "failed to use newuid map")) {
t.Fatalf("Failed to start a service")
}

Expand Down

0 comments on commit 8131d8f

Please sign in to comment.