diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/guestfs.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod index aee83608..45c81db5 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -3287,6 +3287,18 @@ will work with libguestfs. Tests. +=item C<tmp> + +Used for temporary files when running the tests (instead of C</tmp> +etc). The reason is so that you can run multiple parallel tests of +libguestfs without having one set of tests overwriting the appliance +created by another. + +If you are using libvirt + sVirt with SELinux enforcing, then you have +to label this directory: + + chcon --reference=/tmp tmp + =item C<tools> Command line tools written in Perl (L<virt-win-reg(1)> and many others). |
