test: Add integration test for VMWare upload

This commit is contained in:
Jozef Mikovic 2021-02-08 16:48:29 +01:00 committed by Tom Gundersen
parent 177b86b3a9
commit 5a9d2fe8b1
3 changed files with 233 additions and 1 deletions

View file

@ -88,7 +88,7 @@ func (impl *OSBuildJobImpl) Run(job worker.Job) error {
end_time := time.Now()
var streamOptimizedPath string = ""
streamOptimizedPath := ""
if osbuildOutput.Success && args.ImageName != "" {
var f *os.File