Added a couple of bugs related to test code.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 14 May 2009 10:20:00 +0000 (11:20 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 14 May 2009 10:20:00 +0000 (11:20 +0100)
BUGS

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.