Add locking for thread safety to test driver

This commit is contained in:
Daniel P. Berrange 2008-12-04 20:59:06 +00:00
parent 3540f6af23
commit 2a23198886
3 changed files with 429 additions and 43 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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