mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
Add locking for thread safety to test driver
This commit is contained in:
parent
3540f6af23
commit
2a23198886
@ -1,3 +1,9 @@
|
||||
Thu Dec 4 20:58:41 GMT 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* src/test.c: Add locking for thread safety
|
||||
* tests/virsh-all: Set variables to allow direct invocation
|
||||
of test
|
||||
|
||||
Thu Dec 4 20:57:41 GMT 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* src/test.c: Merge all return paths from driver APIs
|
||||
|
465
src/test.c
465
src/test.c
File diff suppressed because it is too large
Load Diff
@ -22,6 +22,7 @@ if test "$VERBOSE" = yes; then
|
||||
fi
|
||||
|
||||
test -z "$srcdir" && srcdir=$(pwd)
|
||||
test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
|
||||
. "$srcdir/test-lib.sh"
|
||||
|
||||
fail=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user