nixos/test-driver: switch to pythons' logging lib

- Less code
- more thread-safe according to @flokli
This commit is contained in:
Jörg Thalheim 2020-08-25 09:33:09 +01:00
parent c1667f85bb
commit 392415c285
No known key found for this signature in database
GPG key ID: 003F2096411B5F92
2 changed files with 128 additions and 215 deletions

View file

@ -62,7 +62,7 @@ rec {
''
mkdir -p $out
LOGFILE=/dev/null tests='exec(os.environ["testScript"])' ${driver}/bin/nixos-test-driver
tests='exec(os.environ["testScript"])' ${driver}/bin/nixos-test-driver
for i in */xchg/coverage-data; do
mkdir -p $out/coverage-data