usharesoft / hammr

Command-line tool for building consistent and repeatable machine images for multiple cloud platforms
http://hammr.io
Apache License 2.0
28 stars 24 forks source link

`hammr template build` returns 0 when image is already being generated #522

Closed paulcartier closed 5 years ago

paulcartier commented 5 years ago

Steps to reproduce

Expected result Hammr should raises an error (An image for VirtualBox is already being generated. Please wait until this generation is complete before relaunching. ) and return 2.

Actual result Hammr raises an error message: An image for VirtualBox is already being generated. Please wait until this generation is complete before relaunching. but the exit code is 0.