Mercurial
diff seobeo/tests/seobeo_web_server_test.c @ 128:7eb79fd91c7e
[Misc] Fixed all bazel targets. I should creat a separate scripts for these lol.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 08 Jan 2026 19:20:56 -0800 |
| parents | 7b1719fa918c |
| children |
line wrap: on
line diff
--- a/seobeo/tests/seobeo_web_server_test.c Thu Jan 08 18:05:47 2026 -0800 +++ b/seobeo/tests/seobeo_web_server_test.c Thu Jan 08 19:20:56 2026 -0800 @@ -12,8 +12,8 @@ if (server_pid == 0) { - printf("Starting server on port 8000...\n"); - execlp(server_binary, NULL); + printf("Starting server on port 8080...\n"); + execl(server_binary, server_binary, NULL); perror("execl failed"); exit(1); }