mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
Fix missing value in test failure message
This commit is contained in:
@@ -105,7 +105,7 @@ func testDriverContexts(t *testing.T, task *structs.Task) *testContext {
|
||||
td := allocDir.NewTaskDir(task.Name)
|
||||
if err := td.Build(config.DefaultChrootEnv, tmpdrv.FSIsolation()); err != nil {
|
||||
allocDir.Destroy()
|
||||
t.Fatalf("TaskDir.Build(%#v, %q) failed: %v", config.DefaultChrootEnv, tmpdrv.FSIsolation())
|
||||
t.Fatalf("TaskDir.Build(%#v, %q) failed: %v", config.DefaultChrootEnv, tmpdrv.FSIsolation(), err)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user