test/sandbox: check mapuid outcome
All checks were successful
Test / Create distribution (push) Successful in 27s
Test / Fpkg (push) Successful in 37s
Test / Fortify (push) Successful in 2m23s
Test / Data race detector (push) Successful in 2m50s
Test / Flake checks (push) Successful in 55s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-03-23 17:40:02 +09:00
parent b71d2bf534
commit 806ce18c0a
6 changed files with 232 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ let
{
name = "check-sandbox-${tc.name}";
verbose = true;
inherit (tc) tty;
inherit (tc) tty mapRealUid;
share = foot;
packages = [ ];
command = "${checkSandbox tc.name tc.want} > /dev/console";
@@ -55,4 +55,5 @@ in
{
preset = callTestCase ./preset.nix;
tty = callTestCase ./tty.nix;
mapuid = callTestCase ./mapuid.nix;
}