-
Notifications
You must be signed in to change notification settings - Fork 12
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 macOS testing #273
Add macOS testing #273
Conversation
860df38
to
3a53d6e
Compare
b24f3e5
to
90490c0
Compare
188edb1
to
2e8c559
Compare
7b2171d
to
6017477
Compare
ea934b1
to
305f078
Compare
fcfa92e
to
9198a4b
Compare
9198a4b
to
63d0878
Compare
63d0878
to
2e6b7ab
Compare
2e6b7ab
to
f99d550
Compare
f99d550
to
e6782a8
Compare
e6782a8
to
d0e2335
Compare
3629609
to
6718993
Compare
cli/install_ee/install_ee_test.go
Outdated
`1.10.10-52-g0df29b137-r419.tar.gz">tarantool-enterprise-bundle-1.10.10-` + | ||
`52-g0df29b137-r419.tar.gz</a> 2021-08-18 ` + | ||
arch, err := util.GetArch() | ||
assert.Nil(err) |
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.
Suppose, it must be require
. And there is a special function for errors: NoError. It is more readable. Don't use Nil to check if no error.
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.
Changed
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.
Please use require instead of assert here. Suppose, the test should not continue if GetArch or GetOs fails.
Added openssl to 'tt install' macOS requirments. Part of #254
aa2d2fa
to
8d3f0a1
Compare
8d3f0a1
to
51f6339
Compare
51f6339
to
969cdaa
Compare
969cdaa
to
1f3a945
Compare
Added macOS test workflow.
Fixed tests for macOS.
Closes #254
Closes #170