git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16d6d98
)
Added a couple of bugs related to test code.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 14 May 2009 10:20:00 +0000
(11:20 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 14 May 2009 10:20:00 +0000
(11:20 +0100)
BUGS
patch
|
blob
|
history
diff --git
a/BUGS
b/BUGS
index
7c10342
..
b80476b
100644
(file)
--- a/
BUGS
+++ b/
BUGS
@@
-62,3
+62,9
@@
to OCaml), OptString should become 'string option'.
[libguestfs] Certain functions such as 'set-path' can take NULL
parameters, but the parameters are not OptString.
+
+[tests] command and command-lines tests fail if test-command binary
+cannot be statically linked by libtool.
+
+[tests] Should be possible to conditionally skip tests based on a
+runtime check.