firejail/test/appimage
Kelvin M. Klann b963fe41ae Improve errExit error messages
Changes:

* Move msg to the end of errExit (right before perror(3p))
* Include the full file path (within the repository)
* Add "()" to function name for clarity

Before:

    Error malloc: main.c:123 main: Cannot allocate memory

After:

    Error src/firejail/main.c:123 main(): malloc: Cannot allocate memory

Note: This clarifies which is the exact file that the error message
comes from, as there are many source files with the same name.  For
example:

    $ git ls-files 'src/*/main.c' | wc -l
    20
2023-06-28 04:00:13 -03:00
..
appimage-args.exp appimage testing 2023-03-01 08:52:53 -05:00
appimage-trace.exp appimage testing 2023-03-01 09:04:07 -05:00
appimage-v2.exp appimage testing 2023-03-01 09:04:07 -05:00
appimage.sh appimage testing 2023-03-01 08:52:53 -05:00
filename.exp Improve errExit error messages 2023-06-28 04:00:13 -03:00
hello-x86_64.AppImage appimage testing 2023-03-01 08:52:53 -05:00
main.c appimage testing 2023-03-01 08:52:53 -05:00