Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
7a94787f
Commit
7a94787f
authored
Jan 10, 2018
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use `warn` instead of `$stderr.puts` in QA selectors test
parent
9910968f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
qa/qa/scenario/test/sanity/selectors.rb
qa/qa/scenario/test/sanity/selectors.rb
+2
-2
No files found.
qa/qa/scenario/test/sanity/selectors.rb
View file @
7a94787f
...
@@ -15,7 +15,7 @@ module QA
...
@@ -15,7 +15,7 @@ module QA
validators
.
map
(
&
:errors
).
flatten
.
tap
do
|
errors
|
validators
.
map
(
&
:errors
).
flatten
.
tap
do
|
errors
|
break
if
errors
.
none?
break
if
errors
.
none?
$stderr
.
puts
<<~
EOS
warn
<<~
EOS
GitLab QA sanity selectors validation test detected problems
GitLab QA sanity selectors validation test detected problems
with your merge request!
with your merge request!
...
@@ -40,7 +40,7 @@ module QA
...
@@ -40,7 +40,7 @@ module QA
EOS
EOS
$stderr
.
puts
errors
warn
errors
end
end
validators
.
each
(
&
:validate!
)
validators
.
each
(
&
:validate!
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment