Ver código fonte

Print uname on start of unittests.

svn:r3646
Nick Mathewson 20 anos atrás
pai
commit
e673536e3f
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      src/or/test.c

+ 2 - 0
src/or/test.c

@@ -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 ==========================");