mirror of
https://github.com/cesanta/mongoose.git
synced 2025-07-24 06:06:15 +08:00
Debug SNTP issue 2
This commit is contained in:
parent
0226b9db31
commit
cfaca604f5
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Start tcpdump
|
- name: Start tcpdump
|
||||||
run: |
|
run: |
|
||||||
sudo tcpdump -nn -i any port 123 -w sntp.cap &
|
sudo tcpdump -nn -i any port 123 or port 53 -w sntp.cap &
|
||||||
sleep 1
|
sleep 1
|
||||||
- name: test
|
- name: test
|
||||||
run: make clean test IPV6=0 SSL= OPTS=
|
run: make clean test IPV6=0 SSL= OPTS=
|
||||||
|
@ -1922,6 +1922,7 @@ int main(void) {
|
|||||||
test_http_chunked();
|
test_http_chunked();
|
||||||
test_http_parse();
|
test_http_parse();
|
||||||
test_util();
|
test_util();
|
||||||
|
test_mqtt();
|
||||||
test_sntp();
|
test_sntp();
|
||||||
test_dns();
|
test_dns();
|
||||||
test_timer();
|
test_timer();
|
||||||
@ -1938,7 +1939,6 @@ int main(void) {
|
|||||||
test_http_no_content_length();
|
test_http_no_content_length();
|
||||||
test_http_pipeline();
|
test_http_pipeline();
|
||||||
test_http_range();
|
test_http_range();
|
||||||
test_mqtt();
|
|
||||||
printf("SUCCESS. Total tests: %d\n", s_num_tests);
|
printf("SUCCESS. Total tests: %d\n", s_num_tests);
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user