summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-05-14 11:20:00 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-05-14 11:20:00 +0100
commit1eeaf2ea11a502bae686fde753b31a72e700a3ba (patch)
treefe83e4da08d7c56b2bf8bbd1268127e37a12193c
parent16d6d9851ad33fde675b45c27725ea394b718c7a (diff)
downloadlibguestfs-1eeaf2ea11a502bae686fde753b31a72e700a3ba.tar.gz
libguestfs-1eeaf2ea11a502bae686fde753b31a72e700a3ba.tar.xz
libguestfs-1eeaf2ea11a502bae686fde753b31a72e700a3ba.zip
Added a couple of bugs related to test code.
-rw-r--r--BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 7c10342b..b80476b7 100644
--- 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.