minikube/pkg/drivers
Priya Wadhwa 7c2cac612d Fix bug in FailFastError and add unit test
Since FailFastError was just another `error`, all errors were technically `FailFastErrors`.

This code makes `FailFastError` a struct which implements the error interface, so that now errors can be distinctly identified as `FailFastError`'

Also added a unit test to prove that this works now.
2020-06-26 11:58:34 -07:00
..
hyperkit clean up after test dirs 2020-04-14 19:33:26 -07:00
kic Fix bug in FailFastError and add unit test 2020-06-26 11:58:34 -07:00
kvm code review comments 2020-03-13 10:37:29 -07:00
none address review comments 2020-04-09 21:50:09 -07:00
common.go address review comments 2020-04-09 21:50:09 -07:00
common_test.go Pass lint checks 2019-10-18 13:53:57 -07:00