diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-09-14 16:21:04 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-09-14 19:12:31 +0100 |
commit | 59b487b7dd9db0dd6f262ca4b39c471c7d6cfa53 (patch) | |
tree | 8c01e6f6f65344e8347ee3cb15f0ec57248d64f6 /src | |
parent | f9071160c1a5fe21a825398a81ba3ca584892a4e (diff) | |
download | libguestfs-59b487b7dd9db0dd6f262ca4b39c471c7d6cfa53.tar.gz libguestfs-59b487b7dd9db0dd6f262ca4b39c471c7d6cfa53.tar.xz libguestfs-59b487b7dd9db0dd6f262ca4b39c471c7d6cfa53.zip |
Don't enable trace in set_trace test.
This leaves trace enabled afterwards, resulting in some
ugly test messages.
Diffstat (limited to 'src')
-rwxr-xr-x | src/generator.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/generator.ml b/src/generator.ml index fa08688b..19de0b7a 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -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", "\ |