We should avoid and finally get rid of the global_qtest variable in our tests, since it causes trouble when running tests in parallel, e.g. migration tests. Here are some more small patches to make some tests independent of this variable.
Thomas Huth (5): tests/boot-serial: Get rid of global_qtest variable tests/test-filter: Make tests independent of global_qtest tests/machine-none: Make test independent of global_qtest tests/prom-env: Make test independent of global_qtest tests/pxe: Make test independent from global_qtest tests/boot-serial-test.c | 13 +++++++------ tests/machine-none-test.c | 7 ++++--- tests/prom-env-test.c | 17 ++++++++--------- tests/pxe-test.c | 7 ++++--- tests/test-filter-mirror.c | 9 +++++---- tests/test-filter-redirector.c | 16 +++++++++------- 6 files changed, 37 insertions(+), 32 deletions(-) -- 1.8.3.1