1
0
포크 0
timestamps
dump_stack() 2018-12-02 00:11:06 +00:00
부모 ce4a5c740d
커밋 b56d718f35
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -295,7 +295,8 @@ func TestQemuSystemRun(t *testing.T) {
t.Fatal(err)
}
if time.Since(start) > 10*time.Second {
t.Fatalf("qemu.Run does not async (waited %s)", +time.Since(start))
t.Fatalf("qemu.AsyncCommand does not async (waited %s)",
time.Since(start))
}
}