aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sandbox/configuration.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-28 16:43:02 +0900
committerOphestra <cat@gensokyo.uk>2026-03-28 16:48:26 +0900
commitb1ea3b4acf85365fd76c890f8b8852b5f95be5c1 (patch)
tree465f21c2af64100da97d8441ff54d70a0fb2158a /test/sandbox/configuration.nix
parent2c254c70b8838369a48c49f55a0346a7740f1514 (diff)
cmd/hakurei: rename app to run
The run command was a legacy holdover from very early days and is only useful for testing and demonstration these days. This change also renames it to exec. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/configuration.nix')
-rw-r--r--test/sandbox/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sandbox/configuration.nix b/test/sandbox/configuration.nix
index 80c92fdf..bc189f7d 100644
--- a/test/sandbox/configuration.nix
+++ b/test/sandbox/configuration.nix
@@ -30,7 +30,7 @@ in
# For checking pd outcome:
(pkgs.writeShellScriptBin "check-sandbox-pd" ''
- hakurei -v run hakurei-test \
+ hakurei -v exec hakurei-test \
-p "/var/tmp/.hakurei-check-ok.0" \
-t ${toString (builtins.toFile "hakurei-pd-want.json" (builtins.toJSON testCases.pd.want))} \
-s ${testCases.pd.expectedFilter.${pkgs.stdenv.hostPlatform.system}} "$@"