mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Config test should run in fork mode.
This commit is contained in:
parent
10ec516dce
commit
5257f277a4
1 changed files with 1 additions and 1 deletions
|
@ -50,8 +50,8 @@ int main(void) {
|
|||
SRunner *sr;
|
||||
sr = srunner_create(s);
|
||||
#if 0
|
||||
#endif
|
||||
srunner_set_fork_status(sr, CK_NOFORK);
|
||||
#endif
|
||||
srunner_run_all(sr, CK_VERBOSE);
|
||||
nf = srunner_ntests_failed(sr);
|
||||
srunner_free(sr);
|
||||
|
|
Loading…
Reference in a new issue