Displaying 1 result from an estimated 1 matches for "179665b".
Did you mean:
17965
2009 Sep 14
1
[PATCH] Don't enable trace in set_trace test.
...16:21:04 +0100
Subject: [PATCH] Don't enable trace in set_trace test.
This leaves trace enabled afterwards, resulting in some
ugly test messages.
---
src/generator.ml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/generator.ml b/src/generator.ml
index 50a41c7..179665b 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -778,8 +778,8 @@ For more information on the architecture of libguestfs,
see L<guestfs(3)>.");
("set_trace", (RErr, [Bool "trace"]), -1, [FishAlias "trace"],
- [InitNone, Always, TestOutputTrue...