-
Notifications
You must be signed in to change notification settings - Fork 214
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
LauncherSpec: Let it work on Windows #959
Conversation
a17e5f3
to
cc13c5f
Compare
@@ -92,10 +94,21 @@ spec = do | |||
name `shouldBe` "foobar" | |||
|
|||
-- | A command that will run for a short time then exit with the given status. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this comment is no longer correct. (The given status is no longer passed as a parameter.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK thanks I have fixed it.
Although the integration tests for this are disabled.
cc13c5f
to
4f5c803
Compare
Rebased and fixed the OS detection, so now the tests pass. |
bors r+ |
959: LauncherSpec: Let it work on Windows r=rvl a=rvl Relates to #703. # Overview - LauncherSpec used posix commands for testing. - This substitutes equivalent commands when running on windows. Co-authored-by: Rodney Lorrimar <[email protected]>
Build succeeded |
Relates to #703.
Overview