Skip to content

Commit

Permalink
Add more logging to test/basicserver for FreeBSD timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Jan 21, 2018
1 parent c12f691 commit 18f5cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/basicserver/testbasicserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,8 @@ int test(int argc, const char *argv[])
}
else
{
TEST_FAIL_WITH_MESSAGE("Caught unexpected exception: " <<
e.what());
throw;
}
}
Expand Down

0 comments on commit 18f5cb2

Please sign in to comment.