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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user