Skip to content

Commit

Permalink
HACK: show boot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdsimons committed Sep 23, 2023
1 parent 389d1cc commit 6e08d53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions machine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func CreateMachine(t *testing.T) *Machine {
machine, err := NewMachineWithBackend(backendName)
require.Nil(t, err)
machine.SetNumCPUs(2)
machine.SetShowBoot(true)

return machine
}
Expand Down

0 comments on commit 6e08d53

Please sign in to comment.