nixosTests.scaphandre: handleTest -> runTest

This commit is contained in:
Sizhe Zhao
2025-07-09 12:15:45 +08:00
parent f693e18323
commit ea3e5b125c
2 changed files with 14 additions and 18 deletions

View File

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