progress: Restore tty-detection after refactoring

This commit is contained in:
Zhaofeng Li 2021-12-04 01:03:26 -08:00
parent ba16f50722
commit dc57b489ea
5 changed files with 9 additions and 7 deletions

View file

@ -6,7 +6,7 @@ in tools.makeTest {
bundle = ./.;
testScript = ''
deployer.succeed("cd /tmp/bundle && ${tools.colmenaExec} apply-local -v")
deployer.succeed("cd /tmp/bundle && ${tools.colmenaExec} apply-local")
deployer.succeed("grep SUCCESS /etc/deployment")
'';
}