nixos/test-driver: switch to pythons' logging lib
- Less code - more thread-safe according to @flokli
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user