-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add the shorthand for test all cases. #2840
Add the shorthand for test all cases. #2840
Conversation
@@ -94,6 +94,8 @@ slow-query: currdir | |||
tck: jobs slow-query | |||
$(test_j) tck/steps/test_tck.py | |||
|
|||
test-all: test tck |
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.
Currently using make tck
to start test cases. why support another command?
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.
Just for typing less.
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.
fine it's an alias
Codecov Report
@@ Coverage Diff @@
## master #2840 +/- ##
==========================================
+ Coverage 85.24% 85.29% +0.05%
==========================================
Files 1278 1278
Lines 119200 119202 +2
==========================================
+ Hits 101608 101673 +65
+ Misses 17592 17529 -63
Continue to review full report at Codecov.
|
No description provided.