also show tofu's stdout

This commit is contained in:
Nicolas Jeannerod 2025-05-12 14:39:13 +02:00
parent 3806713383
commit 3988b83d35
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -203,7 +203,7 @@ testers.runNixOSTest (
deployer.succeed("${lib.getExe tf} -chdir='${tfEnv}/launch' validate")
with subtest("Run the deployment"):
deployer.succeed("PATH=${BIN_PATH} ${lib.getExe tf} -chdir='${tfEnv}/launch' apply --auto-approve -lock=false -parallelism=1 -var-file='${tfVars}'")
deployer.succeed("PATH=${BIN_PATH} ${lib.getExe tf} -chdir='${tfEnv}/launch' apply --auto-approve -lock=false -parallelism=1 -var-file='${tfVars}' >&2")
with subtest("Check the deployment"):
hello.succeed("hello 1>&2")