Skip to content

Commit 49d0333

Browse files
committed
stratovirt: run through unbuffer to emulate a tty
1 parent cc831e7 commit 49d0333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/runners/stratovirt.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ in {
6969

7070
command = lib.escapeShellArgs (
7171
[
72+
"${pkgs.expect}/bin/unbuffer"
7273
"${pkgs.stratovirt}/bin/stratovirt"
7374
"-name" hostName
7475
"-machine" machine

0 commit comments

Comments
 (0)