test/sandbox: fix stdout tty check
All checks were successful
Test / Create distribution (push) Successful in 27s
Test / Fpkg (push) Successful in 37s
Test / Fortify (push) Successful in 2m22s
Test / Data race detector (push) Successful in 2m57s
Test / Flake checks (push) Successful in 56s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-03-24 16:23:06 +09:00
parent d097eaa28f
commit 61d86c5e10
5 changed files with 8 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ let
inherit (tc) tty mapRealUid;
share = foot;
packages = [ ];
command = "${checkSandbox tc.name tc.want} > /dev/console";
command = builtins.toString (checkSandbox tc.name tc.want);
};
in
{