fix: restore follow_symlinks and partial fields lost in merge, register ssh tests
CI / lint (pull_request) Successful in 11s
CI / sanitizers (address) (pull_request) Successful in 16s
CI / sanitizers (undefined) (pull_request) Successful in 16s
CI / coverage (pull_request) Successful in 10s
CI / fuzz-build (pull_request) Successful in 13s
CI / valgrind (pull_request) Successful in 12s
CI / build-and-test (pull_request) Successful in 55s
CI / lint (pull_request) Successful in 11s
CI / sanitizers (address) (pull_request) Successful in 16s
CI / sanitizers (undefined) (pull_request) Successful in 16s
CI / coverage (pull_request) Successful in 10s
CI / fuzz-build (pull_request) Successful in 13s
CI / valgrind (pull_request) Successful in 12s
CI / build-and-test (pull_request) Successful in 55s
This commit is contained in:
@@ -51,6 +51,8 @@ typedef struct Config {
|
|||||||
int max_depth;
|
int max_depth;
|
||||||
FILE* log_file;
|
FILE* log_file;
|
||||||
int queue_size;
|
int queue_size;
|
||||||
|
bool follow_symlinks;
|
||||||
|
bool partial;
|
||||||
} Config;
|
} Config;
|
||||||
|
|
||||||
#define PROTOCOL_VERSION "1.3.0"
|
#define PROTOCOL_VERSION "1.3.0"
|
||||||
|
|||||||
@@ -42,4 +42,6 @@ static void test_ssh_connect_unreachable() {
|
|||||||
void test_transport_ssh() {
|
void test_transport_ssh() {
|
||||||
test_ssh_connect_invalid_dest_no_colon();
|
test_ssh_connect_invalid_dest_no_colon();
|
||||||
test_ssh_connect_invalid_dest_empty();
|
test_ssh_connect_invalid_dest_empty();
|
||||||
|
test_ssh_connect_malformed();
|
||||||
|
test_ssh_connect_unreachable();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user