Don't enable trace in set_trace test.
authorRichard Jones <rjones@trick.home.annexia.org>
Mon, 14 Sep 2009 15:21:04 +0000 (16:21 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Mon, 14 Sep 2009 18:12:31 +0000 (19:12 +0100)
This leaves trace enabled afterwards, resulting in some
ugly test messages.

src/generator.ml

index fa08688..19de0b7 100755 (executable)
@@ -806,8 +806,8 @@ For more information on the architecture of libguestfs,
 see L<guestfs(3)>.");
 
   ("set_trace", (RErr, [Bool "trace"]), -1, [FishAlias "trace"],
-   [InitNone, Always, TestOutputTrue (
-      [["set_trace"; "true"];
+   [InitNone, Always, TestOutputFalse (
+      [["set_trace"; "false"];
        ["get_trace"]])],
    "enable or disable command traces",
    "\