@@ -183,7 +183,7 @@ in {
|
||||
atticd = runTest ./atticd.nix;
|
||||
atuin = runTest ./atuin.nix;
|
||||
audiobookshelf = runTest ./audiobookshelf.nix;
|
||||
auth-mysql = handleTest ./auth-mysql.nix {};
|
||||
auth-mysql = runTest ./auth-mysql.nix;
|
||||
authelia = handleTest ./authelia.nix {};
|
||||
auto-cpufreq = handleTest ./auto-cpufreq.nix {};
|
||||
autobrr = handleTest ./autobrr.nix {};
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import ./make-test-python.nix (
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
@@ -177,4 +176,3 @@ import ./make-test-python.nix (
|
||||
machine.wait_until_tty_matches("5", "login:")
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user