Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create image fromRepo should launch image #651

Open
demarey opened this issue Jan 19, 2024 · 1 comment
Open

create image fromRepo should launch image #651

demarey opened this issue Jan 19, 2024 · 1 comment
Labels
cmd-line Command-line Launcher issue Enhancement

Comments

@demarey
Copy link
Contributor

demarey commented Jan 19, 2024

create image fromRepo should launch image like other create image commands

@demarey demarey added Enhancement cmd-line Command-line Launcher issue labels Jan 19, 2024
@demarey
Copy link
Contributor Author

demarey commented Feb 6, 2024

This test should pass

testCreateImageWithNoLaunchFlagShouldNotLaunchImage
	| command |
	
	command := (context arguments: #('launcher' 'image' 'create' 'fromPR' '9588' '--no-launch')) command.
	command imageFinderClass: PhLImageFinderStub.

	command execute.
	
	self deny: self imageRepository images first isLaunched

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd-line Command-line Launcher issue Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant