nixosTests.schleuder: handleTest -> runTest

This commit is contained in:
Sizhe Zhao
2025-07-09 12:19:54 +08:00
parent a698ac1214
commit 4f7e197e6e
2 changed files with 2 additions and 2 deletions

View File

@@ -1261,7 +1261,7 @@ in
sanoid = runTest ./sanoid.nix;
saunafs = runTest ./saunafs.nix;
scaphandre = handleTest ./scaphandre.nix { };
schleuder = handleTest ./schleuder.nix { };
schleuder = runTest ./schleuder.nix;
scion-freestanding-deployment = handleTest ./scion/freestanding-deployment { };
scrutiny = runTest ./scrutiny.nix;
scx = runTest ./scx/default.nix;