On Sat, Nov 9, 2024 at 7:02 AM Usman Akinyemi <usmanakinyemi202@xxxxxxxxx> wrote: > > Hello, > > I was trying to build the Git project on Fedora Linux. I just > installed the Fedora. > > I followed through the steps in the Submitting a Patch. About 42 tests > were failing. Please tell us how exactly you ran the tests and what was the output that showed some tests failed. You can run each failing test with some options like -i and -v to get more information, like for example: $ ./t0000-basic.sh -i -v > I noticed that there are some directories created that did not get deleted. > > *'trash directory.t0000-basic' > 'trash directory.t0001-init' > 'trash directory.t0003-attributes' > 'trash directory.t0004-unwritable' > 'trash directory.t0008-ignores' > 'trash directory.t0012-help' > 'trash directory.t0017-env-helper' > 'trash directory.t0018-advice' > 'trash directory.t0020-crlf' > 'trash directory.t0021-conversion' > 'trash directory.t0027-auto-crlf' > 'trash directory.t0040-parse-options' > 'trash directory.t0041-usage' > 'trash directory.t0061-run-command' > 'trash directory.t0070-fundamental' > 'trash directory.t0090-cache-tree' > 'trash directory.t0202-gettext-perl' > 'trash directory.t0203-gettext-setlocale-sanity' > 'trash directory.t0210-trace2-normal' > 'trash directory.t0300-credentials' > 'trash directory.t0301-credential-cache' > 'trash directory.t0302-credential-store' > 'trash directory.t0303-credential-external* > > Any idea of what I am missing ? When a test fails, the directory where the test was run is not deleted so that it can be inspected to see what went wrong in the test. So it is to be expected that these directories were not deleted if the corresponding tests failed. Best, Christian.