1
0
mirror of https://github.com/rancher/os.git synced 2025-09-13 21:51:33 +00:00

Always assert RunQemu is successful

This commit is contained in:
Josh Curl
2016-10-21 20:34:30 -07:00
parent 4057275605
commit 2ae22a66fe
28 changed files with 36 additions and 72 deletions

View File

@@ -8,8 +8,7 @@ func (s *QemuSuite) TestNetwork(c *C) {
for i := 0; i < 7; i++ {
args = append(args, netArgs...)
}
err := s.RunQemu(args...)
c.Assert(err, IsNil)
s.RunQemu(c, args...)
s.CheckCall(c, `
cat > test-merge << "SCRIPT"