fix formatting errors
This commit is contained in:
parent
ae6987c74b
commit
27fc72c137
|
@ -121,17 +121,17 @@ type DriverMock struct {
|
|||
CreateVirtualMachine_Generation uint
|
||||
CreateVirtualMachine_Err error
|
||||
|
||||
CloneVirtualMachine_Called bool
|
||||
CloneVirtualMachine_CloneFromVmxcPath string
|
||||
CloneVirtualMachine_CloneFromVmName string
|
||||
CloneVirtualMachine_CloneFromSnapshotName string
|
||||
CloneVirtualMachine_CloneAllSnapshots bool
|
||||
CloneVirtualMachine_VmName string
|
||||
CloneVirtualMachine_Path string
|
||||
CloneVirtualMachine_HarddrivePath string
|
||||
CloneVirtualMachine_Ram int64
|
||||
CloneVirtualMachine_SwitchName string
|
||||
CloneVirtualMachine_Err error
|
||||
CloneVirtualMachine_Called bool
|
||||
CloneVirtualMachine_CloneFromVmxcPath string
|
||||
CloneVirtualMachine_CloneFromVmName string
|
||||
CloneVirtualMachine_CloneFromSnapshotName string
|
||||
CloneVirtualMachine_CloneAllSnapshots bool
|
||||
CloneVirtualMachine_VmName string
|
||||
CloneVirtualMachine_Path string
|
||||
CloneVirtualMachine_HarddrivePath string
|
||||
CloneVirtualMachine_Ram int64
|
||||
CloneVirtualMachine_SwitchName string
|
||||
CloneVirtualMachine_Err error
|
||||
|
||||
DeleteVirtualMachine_Called bool
|
||||
DeleteVirtualMachine_VmName string
|
||||
|
|
|
@ -514,6 +514,6 @@ func TestUserVariablesInBootCommand(t *testing.T) {
|
|||
|
||||
ret := step.Run(state)
|
||||
if ret != multistep.ActionContinue {
|
||||
t.Fatalf("should not have error: %s", ret)
|
||||
t.Fatalf("should not have error: %s", ret)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -97,7 +97,7 @@ type Config struct {
|
|||
// Prepare processes the build configuration parameters.
|
||||
func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
|
||||
err := config.Decode(&b.config, &config.DecodeOpts{
|
||||
Interpolate: true,
|
||||
Interpolate: true,
|
||||
InterpolateContext: &b.config.ctx,
|
||||
InterpolateFilter: &interpolate.RenderFilter{
|
||||
Exclude: []string{
|
||||
|
|
|
@ -535,6 +535,6 @@ func TestUserVariablesInBootCommand(t *testing.T) {
|
|||
|
||||
ret := step.Run(state)
|
||||
if ret != multistep.ActionContinue {
|
||||
t.Fatalf("should not have error: %s", ret)
|
||||
t.Fatalf("should not have error: %s", ret)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue