You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And(~/^the appropriate multi-platform hooks are available for "([^"]*)" version "([^"]*)" on "([^"]*)" with architecture "(.*)"$/) { Stringcandidate, Stringversion, Stringos, Stringarchitecture->
41
+
And(~/^the appropriate multi-platform hook is available for "([^"]*)" version "([^"]*)" on "([^"]*)" with architecture "(.*)"$/) { Stringcandidate, Stringversion, Stringos, Stringarchitecture->
And(~/^a "([^"]*)" install hook is served for "([^"]*)" "([^"]*)" on "([^"]*)" with architecture "([^"]*)" that returns successfully$/) {Stringphase,Stringcandidate, Stringversion, Stringos, Stringarchitecture->
56
+
And(~/^a post-installation hook is served for "([^"]*)" "([^"]*)" on "([^"]*)" with architecture "([^"]*)" that returns successfully$/) { Stringcandidate, Stringversion, Stringos, Stringarchitecture->
And(~/^a "([^"]*)" install hook is served for "([^"]*)" "([^"]*)" on "([^"]*)" with architecture "([^"]*)" that returns a failure$/) {Stringphase,Stringcandidate, Stringversion, Stringos, Stringarchitecture->
61
+
And(~/^a post-installation hook is served for "([^"]*)" "([^"]*)" on "([^"]*)" with architecture "([^"]*)" that returns a failure$/) { Stringcandidate, Stringversion, Stringos, Stringarchitecture->
0 commit comments