Commit graph

36 commits

Author SHA1 Message Date
netblue30
2f6afc99d5 gcov testing 2026-01-16 11:17:29 -05:00
Kelvin M. Klann
08a2059a49 test/appimage: fix whitespace
This amends commit e478e576b ("update make-appimage", 2026-01-09).
2026-01-10 02:34:20 -03:00
netblue30
e478e576ba update make-appimage 2026-01-09 09:28:52 -05:00
Kelvin M. Klann
e8ffcc962b tests: appimage: fix whitespace
This amends commit ed89f7c32 ("update make test-appimage - the test
script doesn't work anymore on Debian version 13; I had to replace the
program packaged, and generate a new appimage", 2025-12-29).

Relates to #7007.
2025-12-30 15:08:13 -03:00
netblue30
2a5062c800 copyright 2014-2026 all over the place 2025-12-30 08:20:44 -05:00
netblue30
ed89f7c325 update make test-appimage - the test script doesn't work anymore on Debian version 13; I had to replace the program packaged, and generate a new appimage 2025-12-29 14:55:45 -05:00
Kelvin M. Klann
062fa35266 fix misc whitespace
Found with `git diff --check`.

Related commits:

* e4f9f36a4 ("random hostname by default; fix --hostname and --hosts-file", 2023-02-27)
* b50812ff5 ("appimage testing", 2023-03-01)
* 1bab42a72 ("test apparmor", 2023-03-04)
* a12601f02 ("testing", 2023-03-07)
* aa0194eae ("testing", 2023-03-08)
* f3774678f ("compress static ip map for fnettrace at compile time", 2023-07-06)
* f3e428e6f ("feature: stats support for --nettrace", 2023-07-16)
* e108976f5 ("added signature to release 0.9.76, updated main page, small modifs for mkasc.sh", 2025-08-17)
2025-12-28 11:44:38 -03:00
Kelvin M. Klann
b834337799 tests: appimage: fix duplicated "TESTING ERROR" numbers
This amends commit b50812ff5 ("appimage testing", 2023-03-01).

Relates to #6971.
2025-11-22 06:58:20 -03:00
Kelvin M. Klann
eb0e774098
modif: use "Error:" in errExit message (#6716)
Use `Error: ` instead of just `Error `, for consistency with the other
error messages.

Related commits:

* b963fe41a ("Improve errExit error messages", 2023-06-16) /
  PR #5871
* a8abb7800 ("modif: Change errExit msg format to match assert",
  2024-01-14) /
  PR #6158

Misc: This was noticed on #6705.
2025-04-23 13:02:26 +00:00
netblue30
212ac3cb19 update copyright 2025-01-12 19:26:24 -05:00
netblue30
ae8f62dba0 update copyright 2024 2024-01-12 11:23:22 -05:00
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
netblue30
6d92028545 appimage testing 2023-03-01 09:04:07 -05:00
netblue30
b50812ff5e appimage testing 2023-03-01 08:52:53 -05:00
netblue30
27c4d069f3 chroot testing 2023-02-28 09:51:26 -05:00
David Fetter
2dc16cc247
Update copyright to 2023 (#5664) 2023-02-15 18:57:44 +00:00
a1346054
65a6b84f09
tests: remove stray ; 2022-09-13 22:37:21 +00:00
smitsohu
7578e86ef8 testing: fix expect matching of numbers
The sandbox timestamp should not be available for matching
when output is already expected from the next command
(this is only a problem if numeric output if expected from the
first command in the sandbox).

A possible alternative would be to flush the expect output buffer
with 'expect "*"' after the sandbox is up.
2022-02-09 18:30:45 +01:00
netblue30
121749f0ca 2022 copyright update 2022-01-07 12:23:47 -05:00
smitsohu
a22c5b0a92 make appimage mounts private to sandbox 2021-03-13 18:59:24 +01:00
startx2017
2609e5cf0b copyright update 2021-02-15 08:33:05 -05:00
netblue30
a3bf167404 testing 2020-10-05 11:20:43 -04:00
glitsj16
6f3867fdb8
move copyright to 2020 (part 2) (#3181)
* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020

* move copyright statement to 2020
2020-01-24 22:46:30 +00:00
smitsohu
da84323594 testing suite fixes: remove shell localization 2019-09-24 14:17:37 +02:00
netblue30
1df4bbba52 appimage --trace testing 2019-09-10 17:26:22 -04:00
smitsohu
0d2f252230 move copyright statement to 2019 2019-02-07 14:58:35 +01:00
netblue30
3fe1b06a36 cleanup 2018-04-20 09:28:42 -04:00
startx2017
da3b7b072b move copyright statement to 2018 2018-01-15 09:46:44 -05:00
Fred Barclay
997a93efbd
strip trailing whitespace from test/ 2017-05-24 14:38:01 -05:00
netblue30
51400e245d testing 2017-03-24 17:59:01 -04:00
netblue30
7fb214324f copyright 2017 2017-02-11 09:56:48 -05:00
netblue30
385873f38f copyright 2017 2017-02-11 09:50:20 -05:00
netblue30
759dc6ade2 testing 2016-12-19 10:24:25 -05:00
netblue30
94ad4edd5e testing appimage 2016-11-17 13:12:15 -05:00
netblue30
63e16bfcd9 major cleanup and testing 2016-11-13 10:47:20 -05:00
netblue30
c40736899f appimage testing 2016-11-11 13:14:13 -05:00