We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b2714b + 8928904 commit ee7bb9cCopy full SHA for ee7bb9c
systemtests/node_test.go
@@ -89,7 +89,7 @@ func (n *node) startNetmaster() error {
89
90
func (n *node) cleanupDockerNetwork() error {
91
logrus.Infof("Cleaning up networks on %s", n.Name())
92
- return n.tbnode.RunCommand("docker network ls | grep netplugin | awk '{print $2}'")
+ return n.tbnode.RunCommand("docker network rm $(docker network ls | grep netplugin | awk '{print $2}')")
93
}
94
95
func (n *node) cleanupContainers() error {
0 commit comments