Merge pull request #9012 from alrs/provisioner-shell-err

provisioner/shell: fix dropped test error
This commit is contained in:
Wilken Rivera
2020-04-06 18:50:31 -04:00
committed by GitHub
+1 -1
View File
@@ -40,7 +40,7 @@ func (s *ShellProvisionerAccTest) GetConfig() (string, error) {
defer config.Close()
file, err := ioutil.ReadAll(config)
return string(file), nil
return string(file), err
}
func (s *ShellProvisionerAccTest) GetProvisionerStore() packer.MapOfProvisioner {