Print uname on start of unittests.

svn:r3646
This commit is contained in:
Nick Mathewson 2005-02-22 03:01:31 +00:00
parent 1a55422006
commit e673536e3f

View File

@ -1299,6 +1299,8 @@ main(int c, char**v) {
rep_hist_init();
atexit(remove_directory);
printf("Running Tor unit tests on %s\n", get_uname());
// puts("========================== Buffers =========================");
if (0) test_buffers();
puts("\n========================== Crypto ==========================");