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

Use exit 0 instead of true on windows platform #9671

Merged
merged 1 commit into from Jan 24, 2024

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Jan 24, 2024

No description provided.

@hsbt hsbt merged commit 53d0cf4 into ruby:master Jan 24, 2024
98 checks passed
@hsbt hsbt deleted the use-exit-zero-win branch January 24, 2024 09:00
@@ -3,13 +3,15 @@
require_relative 'scheduler'

class TestFiberProcess < Test::Unit::TestCase
TRUE_CMD = RUBY_PLATFORM =~ /mswin|mingw/ ? "exit 0" : "true"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TRUE_CMD = "exit"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants