summaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2016-09-14 15:25:57 +0000
committerGurucharan Shetty <guru@ovn.org>2016-09-14 08:42:09 -0700
commitfe5593818dca05b03804de5d99a9edd125f2d440 (patch)
tree4eb419fa27c6e02b4cfc8ea740320628fba43713 /utilities
parentb9320e5120c930139462db7a95dabf840b497aa1 (diff)
downloadopenvswitch-fe5593818dca05b03804de5d99a9edd125f2d440.tar.gz
Windows: Extend support for binaries which allow detach
On Windows we require service_start to be called to parse and setup requirements for '--detach' argument. Affected binaries: ovn-trace, ovsdb-client, ovs-testcontroller. Subsequent patches will be sent to adapt the tests with the new features. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Diffstat (limited to 'utilities')
-rw-r--r--utilities/ovs-testcontroller.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utilities/ovs-testcontroller.c b/utilities/ovs-testcontroller.c
index 1db3bbe68..2998de207 100644
--- a/utilities/ovs-testcontroller.c
+++ b/utilities/ovs-testcontroller.c
@@ -105,6 +105,7 @@ main(int argc, char *argv[])
ovs_cmdl_proctitle_init(argc, argv);
set_program_name(argv[0]);
+ service_start(&argc, &argv);
parse_options(argc, argv);
fatal_ignore_sigpipe();