]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virtestmock: Print invalid file accesses into a file
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 18 Apr 2016 12:10:33 +0000 (14:10 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Sat, 14 May 2016 07:46:23 +0000 (09:46 +0200)
commit6326865e6b9ac21e1569d51d414cb29913999442
tree1fec94d22512d00a1c41f75982a0c9e1d6675685
parent47d2dc831ac94cc2eb9518b887e513233b063777
virtestmock: Print invalid file accesses into a file

All the accesses to files outside our build or source directories
are now identified and appended into a file for later processing.
The location of the file that contains all the records can be
controlled via VIR_TEST_FILE_ACCESS env variable and defaults to
abs_builddir "/test_file_access.txt".

The script that will process the access file is to be added in
next commit.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
.gitignore
HACKING
docs/hacking.html.in
tests/Makefile.am
tests/testutils.c
tests/testutils.h
tests/virtestmock.c