On 10/04/2010 04:18 PM, Pete Zaitcev wrote:
diff --git a/server/server.c b/server/server.c
index 044ff51..55bff7d 100644
--- a/server/server.c
+++ b/server/server.c
@@ -68,6 +68,8 @@ struct server_socket {
  };

  static struct argp_option options[] = {
+       { "autostart", 'a', NULL, 0,
+         "Launch minimally necessary services for testing" },
        { "config", 'C', "/etc/tabled.conf", 0,
          "Configuration file" },
        { "debug", 'D', "LEVEL", 0,

Why add this no-op?



diff --git a/test/Makefile.am b/test/Makefile.am
index cc4e6fe..59fb28d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -27,6 +28,7 @@ TESTS =                               \
        hdr-content-type        \
        hdr-meta                \
        list-keys               \
+       metadata-rep            \
        stop-daemon             \
        clean-db

Unrelated patch leakage.

--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to