lua-users home
lua-l archive

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


> Running the tests I get a failure in files.lua line 745.
> The test `sh -c 'kill -s HUP $$'` returns `nil signal 1` rather than
> the expected 'exited'.

Please, read the disclaimers about the test suite. In particular:

    The test suite is not a product; it is just a tool for our internal
    use. It is available here by popular demand but we cannot give any
    kind of support for it. You're on your own.

A fail in a test may indicate some real problem, which only the person
running the test can properly investigate, as we do not have access to
the particular environment where the test failed.

If you investigate a fail in a test and find some real underlying
problem, please by all means report that. But just reporting the
fails is not useful.

-- Roberto