mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
Revert making UniversalExecutor.wait() platform specific
This commit is contained in:
@@ -758,7 +758,7 @@ func TestDockerUser(t *testing.T) {
|
||||
"linux spec user: Unable to find user alice",
|
||||
}
|
||||
var found bool
|
||||
for msg := range msgs {
|
||||
for _, msg := range msgs {
|
||||
if strings.Contains(err.Error(), msg) {
|
||||
found = true
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user