ec_shutdown
[nepi.git] / src / nepi / resources / linux / udptest.py
index 779b8c1..1b7ac9c 100644 (file)
@@ -259,7 +259,6 @@ class LinuxUdpTest(LinuxApplication):
                 msg = " Failed to execute command '%s'" % command
                 self.error(msg, out, err)
                 self.fail()
-                raise RuntimeError, msg
         else:
             super(LinuxUdpTest, self).start()