diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-05-14 11:20:00 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-05-14 11:20:00 +0100 |
commit | 1eeaf2ea11a502bae686fde753b31a72e700a3ba (patch) | |
tree | fe83e4da08d7c56b2bf8bbd1268127e37a12193c | |
parent | 16d6d9851ad33fde675b45c27725ea394b718c7a (diff) | |
download | libguestfs-1eeaf2ea11a502bae686fde753b31a72e700a3ba.tar.gz libguestfs-1eeaf2ea11a502bae686fde753b31a72e700a3ba.tar.xz libguestfs-1eeaf2ea11a502bae686fde753b31a72e700a3ba.zip |
Added a couple of bugs related to test code.
-rw-r--r-- | BUGS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |