mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 13:05:27 +00:00
* tests/domainschematest: patch from Guido Günther to fix RNG checking
in out of tree builds. daniel
This commit is contained in:
parent
e94c12451b
commit
f61ac900b7
@ -1,3 +1,8 @@
|
||||
Thu Aug 7 19:47:40 CEST 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* tests/domainschematest: patch from Guido Günther to fix RNG checking
|
||||
in out of tree builds.
|
||||
|
||||
Thu Aug 7 06:32:05 PDT 2008 Dan Smith <danms@us.ibm.com>
|
||||
|
||||
* src/veth.c: Fix assigned device name clash
|
||||
|
@ -8,7 +8,7 @@ n=0
|
||||
f=0
|
||||
for dir in $DOMAINDIRS
|
||||
do
|
||||
XML=`find $dir -name '*.xml'`
|
||||
XML=`find $abs_srcdir/$dir -name '*.xml'`
|
||||
|
||||
for xml in $XML
|
||||
do
|
||||
|
Loading…
x
Reference in New Issue
Block a user