We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddc7a2 commit 7597559Copy full SHA for 7597559
1 file changed
test/main.c
@@ -186,6 +186,7 @@ int test_init (const char *db_path, int init) {
186
// init network with connection string + apikey
187
char network_init[512];
188
snprintf(network_init, sizeof(network_init), "SELECT cloudsync_network_init('%s?apikey=%s');", getenv("CONNECTION_STRING"), getenv("APIKEY"));
189
+ printf("Network init: %s\n", network_init);
190
rc = db_exec(db, network_init); RCHECK
191
192
rc = db_expect_int(db, "SELECT COUNT(*) as count FROM activities;", 0); RCHECK
0 commit comments