mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
Fix regexp when non-ruby thread received the signal
A space is added only when the source path is found.
This commit is contained in:
parent
edabdd95a8
commit
d868922ea8
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ class TestRubyOptions < Test::Unit::TestCase
|
||||||
# see assert_pattern_list
|
# see assert_pattern_list
|
||||||
ExpectedStderrList = [
|
ExpectedStderrList = [
|
||||||
%r(
|
%r(
|
||||||
(?:-e:(?:1:)?)?\s\[BUG\]\sSegmentation\sfault.*\n
|
(?:-e:(?:1:)?\s)?\[BUG\]\sSegmentation\sfault.*\n
|
||||||
)x,
|
)x,
|
||||||
%r(
|
%r(
|
||||||
#{ Regexp.quote(RUBY_DESCRIPTION) }\n\n
|
#{ Regexp.quote(RUBY_DESCRIPTION) }\n\n
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue