mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 05:50:26 +01:00
test: use the evironment variable for check's verbosity
Allows to set CK_VERBOSITY to be set to "silent", "minimal", "normal", or "verbose". Falls back to CK_NORMAL if unset. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
481430d8bb
commit
496cd6ab27
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ litest_run(int argc, char **argv) {
|
|||
}
|
||||
}
|
||||
|
||||
srunner_run_all(sr, CK_NORMAL);
|
||||
srunner_run_all(sr, CK_ENV);
|
||||
failed = srunner_ntests_failed(sr);
|
||||
srunner_free(sr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue