X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-vlan-test.in;h=e2294989fd64f4a8332d7123443313dbf3f853cd;hb=85340733d77c62d5ee6d54fe439152ffbd12b74e;hp=8489e68c784a3d6511aeeaf44e50ddae738119d4;hpb=01ca1bfcbdd315519e7da58052a9c1359f9e72f7;p=openvswitch diff --git a/utilities/ovs-vlan-test.in b/utilities/ovs-vlan-test.in index 8489e68c..e2294989 100755 --- a/utilities/ovs-vlan-test.in +++ b/utilities/ovs-vlan-test.in @@ -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 def usage(): print_safe("""\