mirror of
https://github.com/rancher/os.git
synced 2025-09-05 00:37:12 +00:00
17.06.1-ce is now in the repo
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -50,6 +50,7 @@ func (s *QemuSuite) TearDownTest(c *C) {
|
||||
if s.qemuCmd != nil {
|
||||
s.Stop(c)
|
||||
}
|
||||
time.Sleep(time.Second)
|
||||
}
|
||||
|
||||
// RunQemuWith requires user to specify all the `scripts/run` arguments
|
||||
@@ -252,7 +253,7 @@ func (s *QemuSuite) Stop(c *C) {
|
||||
c.Assert(s.qemuCmd.Process.Kill(), IsNil)
|
||||
fmt.Printf("%s: stopping qemu 3\n", c.TestName())
|
||||
s.qemuCmd.Process.Wait()
|
||||
//time.Sleep(time.Millisecond * 1000)
|
||||
time.Sleep(time.Second)
|
||||
s.qemuCmd = nil
|
||||
fmt.Printf("--- %s: qemu stopped", c.TestName())
|
||||
}
|
||||
|
Reference in New Issue
Block a user