mirror of
https://github.com/rancher/os.git
synced 2025-09-15 22:49:08 +00:00
Always assert RunQemu is successful
This commit is contained in:
@@ -3,9 +3,7 @@ package integration
|
||||
import . "gopkg.in/check.v1"
|
||||
|
||||
func (s *QemuSuite) TestSshKeyMerge(c *C) {
|
||||
err := s.RunQemu()
|
||||
c.Assert(err, IsNil)
|
||||
|
||||
s.RunQemu(c)
|
||||
s.CheckCall(c, `
|
||||
cat > test-merge << "SCRIPT"
|
||||
set -x -e
|
||||
|
Reference in New Issue
Block a user