netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / utilities / ovs-vlan-test.in
index 8489e68..e229498 100755 (executable)
@@ -1,6 +1,6 @@
 #! @PYTHON@
 #
-# Copyright (c) 2010 Nicira Networks.
+# Copyright (c) 2010 Nicira, Inc.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -363,8 +363,9 @@ class VlanClient:
         if success:
             print_safe('OK')
             return 0
-
-        return 1
+        else:
+            print_safe('FAILED')
+            return 1
 \f
 def usage():
     print_safe("""\