progress: Restore tty-detection after refactoring
This commit is contained in:
parent
ba16f50722
commit
dc57b489ea
5 changed files with 9 additions and 7 deletions
|
@ -6,7 +6,7 @@ in tools.makeTest {
|
|||
bundle = ./.;
|
||||
|
||||
testScript = ''
|
||||
logs = deployer.succeed("cd /tmp/bundle && ${tools.colmenaExec} exec -v --on @target -- echo output from '$(hostname)' 2>&1")
|
||||
logs = deployer.succeed("cd /tmp/bundle && ${tools.colmenaExec} exec --on @target -- echo output from '$(hostname)' 2>&1")
|
||||
|
||||
assert "output from alpha" in logs
|
||||
assert "output from beta" in logs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue