-
Notifications
You must be signed in to change notification settings - Fork 157
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
test failure with 1.3 #156
Comments
You either need to build from git or set VERSION |
I tried both "VERSION=1.3 make test" and "make VERSION=1.3 test" and that didn't work. Did you mean something else perhaps? |
nevermind I set it for make now, which I assume is what you meant, but the test still fails.
|
by passing VERSION="v1.3" to make I got it to pass the version test, but it immediately failed on the next test
Is this broken because my build system isn't running as root, or something else? |
No, it's because you miss this fix: 3648b35 Can you try the latest version from git? |
I pulled in that one patch and all tests pass now. thanks. |
@rfjakob Could I kindly request a new release (tag)? :-). I've been bitten by this test failure too, using the latest tag 1.3. |
I have tagged the version that fixes the problem as v1.3.1 now. |
Thanks!
…On Thu, Feb 27, 2020, 14:21 rfjakob ***@***.***> wrote:
I have tagged the version that fixes the problem as v1.3.1 now.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#156?email_source=notifications&email_token=AAMX56PN5GSL4DN4TZPG2J3RFAHCBA5CNFSM4KE3Z3Z2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENFTREA#issuecomment-592132240>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMX56O7AX7DOLGGZJKGFWDRFAHCBANCNFSM4KE3Z3ZQ>
.
|
rfjakob <notifications@github.com> writes:
I have tagged the version that fixes the problem as v1.3.1 now.
Thank you! 1.3.1 is now available in GNU Guix with a `guix install
earlyoom', or as a service with the `earlyoom-service-type` (see:
https://guix.gnu.org/manual/en/html_node/Linux-Services.html#Linux-Services)
:-).
|
I was testing this for inclusion in gentoo and found the tests failing. Please advise.
Thanks!
The text was updated successfully, but these errors were encountered: