mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-29 13:01:13 +03:00
tests: Fix return code of torture_init
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@ -23,5 +23,5 @@ int torture_run_tests(void) {
|
||||
torture_filter_tests(tests);
|
||||
rc = cmocka_run_group_tests(tests, NULL, NULL);
|
||||
|
||||
return 0;
|
||||
return rc;
|
||||
}
|
||||
|
Reference in New Issue
Block a user