Skip to content
Snippets Groups Projects
Commit 6e269af5 authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Merge branch 'fix/handle-error-when-vboxmanage-is-not-available' into 'master'

Don't panic on error while running first vbox command

Closes #1240 

See merge request !164
parents d0d79ba2 351b822d
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ func (s *executor) Prepare(globalConfig *common.Config, config *common.RunnerCon
version, err := vbox.Version()
if err != nil {
panic(err)
return err
}
s.Println("Using VirtualBox version", version, "executor...")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment