David Marshall

Results 7 comments of David Marshall

It would also be good to have an exit status of zero... ``` $ kitchen version; kitchen doctor; echo $? Test Kitchen version 3.2.2 -----> The doctor is in 1...

I've always inferred that `ark` referred to archive files, so this capability would be some scope creep. That's not necessarily a bad thing, but perhaps it would be better to...

Some people might like "2 months ago," but I'm not one of them. I also don't care whether time is presented in my local time or UTC, but I need...

For @tkyi, when I see a `DNM` pull request, I point out to the author that a draft pull request is a better mechanism. I usually want my draft pull...

Interesting wrinkle. Suppose you have this in `spec_helper.rb`: ``` RSpec.configure do |config| config.platform = 'redhat' config.version = '7.8' end ``` and then you use `platform: 'ubuntu'` as in the `greet_spec.rb`...

Plot twist! It would be helpful to specify a number of tokens that exist. Use case is a bunch of jobs that build AWS AMIs. The limit of how many...