mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
* tests/domainschematest: patch from Guido Günther to fix RNG checking
in out of tree builds. daniel
This commit is contained in:
@@ -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>
|
Thu Aug 7 06:32:05 PDT 2008 Dan Smith <danms@us.ibm.com>
|
||||||
|
|
||||||
* src/veth.c: Fix assigned device name clash
|
* src/veth.c: Fix assigned device name clash
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ n=0
|
|||||||
f=0
|
f=0
|
||||||
for dir in $DOMAINDIRS
|
for dir in $DOMAINDIRS
|
||||||
do
|
do
|
||||||
XML=`find $dir -name '*.xml'`
|
XML=`find $abs_srcdir/$dir -name '*.xml'`
|
||||||
|
|
||||||
for xml in $XML
|
for xml in $XML
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user