forked from Fediversity/Fediversity
also show tofu's stdout
This commit is contained in:
parent
3806713383
commit
3988b83d35
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ testers.runNixOSTest (
|
||||||
deployer.succeed("${lib.getExe tf} -chdir='${tfEnv}/launch' validate")
|
deployer.succeed("${lib.getExe tf} -chdir='${tfEnv}/launch' validate")
|
||||||
|
|
||||||
with subtest("Run the deployment"):
|
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"):
|
with subtest("Check the deployment"):
|
||||||
hello.succeed("hello 1>&2")
|
hello.succeed("hello 1>&2")
|
||||||
|
|
Loading…
Add table
Reference in a new issue