Kaynağa Gözat

Print uname on start of unittests.

svn:r3646
Nick Mathewson 20 yıl önce
ebeveyn
işleme
e673536e3f
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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 ==========================");