mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-04-11 10:28:13 +02:00

Though multi-test processes seemed like a good idea in terms of efficiency, the additional code/special cases was not worth it for the only two multi-test processes (dbus/haveged). Intead this concept was removed completely and TestContext/Namespaces will now start all processes for each individual test. This also is fair to all tests as a previous failed test could end up bleeding into future tests.