Skip to content
Snippets Groups Projects
Commit dc6c4f67 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

tests: fixed server unittest

parent cae3c1fb
No related branches found
No related tags found
1 merge request!236Asynchronous start
......@@ -46,7 +46,7 @@ int main(int argc, char *argv[])
}
/* Test server startup */
ret = server_start(&server);
ret = server_start(&server, false);
ok(ret == KNOT_EOK, "server: started ok");
if (ret != KNOT_EOK) {
return 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment