Skip to content

Commit

Permalink
fix expect script
Browse files Browse the repository at this point in the history
  • Loading branch information
anuejn committed Jan 10, 2019
1 parent 5c30579 commit eb900ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/host/run_qemu.expect
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ expect {

send "sudo systemctl poweroff\r"
expect {
"Reached target Final Step." { }
"Power-Off" { }
timeout { puts "\ntimed out\n"; exit 1 }
}

Expand Down

0 comments on commit eb900ea

Please sign in to comment.