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

Allow "-" for directory name in TestThread #4917

Merged
merged 1 commit into from
Dec 29, 2017
Merged

Conversation

yui-knk
Copy link
Contributor

@yui-knk yui-knk commented Dec 28, 2017

When I run this test class on Travis CI,
some tests fail because on Travis CI
directrory name includes my account name,
so inspected result becomes:

<"#<Thread:0x7cf50001@foo@/home/travis/build/yui-knk/jruby/test/jruby/test_thread.rb:368 run>">

which does not match </\#\<Thread\:0x\h+@foo(@[\w\/\._]+\:\d+)?\srun\>/>.

When I run this test class on Travis CI,
some tests fail because on Travis CI
directrory name includes my account name,
so inspected result becomes:

```
<"#<Thread:0x7cf50001@foo@/home/travis/build/yui-knk/jruby/test/jruby/test_thread.rb:368 run>">
```

which does not match `</\#\<Thread\:0x\h+@foo(@[\w\/\._]+\:\d+)?\srun\>/>`.
@kares kares merged commit 556d339 into jruby:master Dec 29, 2017
@kares kares added this to the Non-Release milestone Dec 29, 2017
@kares
Copy link
Member

kares commented Dec 29, 2017

Thanks Yui.

@yui-knk yui-knk deleted the add_bar branch December 29, 2017 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants