Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
travis: debug gethostbyname test
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jul 1, 2012
1 parent cc1b3de commit d4c859a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test-gethostbyname.c
Expand Up @@ -81,6 +81,7 @@ TEST_IMPL(gethostbyname) {
return 1;
}

#if 0
printf("Start basic gethostbyname test\n");
setup_cares();

Expand Down Expand Up @@ -137,7 +138,7 @@ TEST_IMPL(gethostbyname) {

uv_ares_destroy(uv_default_loop(), channel);
printf("Done gethostbyname and gethostbyaddr sequential test\n");

#endif

/* two simultaneous calls on new channel */

Expand Down

0 comments on commit d4c859a

Please sign in to comment.