emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62778: closed (continuous integration test failure)


From: GNU bug Tracking System
Subject: bug#62778: closed (continuous integration test failure)
Date: Tue, 11 Apr 2023 18:01:02 +0000

Your message dated Tue, 11 Apr 2023 11:00:24 -0700
with message-id <9bd7c444-cc65-a23d-b28f-f4bd9749b655@cs.ucla.edu>
and subject line Re: bug#62778: continuous integration test failure
has caused the debbugs.gnu.org bug report #62778,
regarding continuous integration test failure
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62778: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62778
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: continuous integration test failure Date: Tue, 11 Apr 2023 19:12:49 +0200
Hi Jim,

The continuous integration at https://gitlab.com/gnu-gzip/ci-distcheck/
shows a test failure:

FAIL: write-error
=================
../../../sources/gzip/build-aux/test-driver: line 107: 
../../../sources/gzip/tests/write-error: Permission denied
FAIL write-error (exit status: 126)

A simple 'chmod a+x tests/write-error' fixes this one, for non-root
users.

When I run "make check" as root — which happens to be what the CI does —
I get another test failure:

FAIL write-error (exit status: 1)

The reason here is that even after 'chmod a-w d', the directory 'd'
is writable.

This patch fixes both issues. "make check" now passes again, both as a
normal user and as root.


Attachment: 0001-tests-Fix-a-test-failure.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#62778: continuous integration test failure Date: Tue, 11 Apr 2023 11:00:24 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1
Thanks, I installed that.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]