瀏覽代碼

Print uname on start of unittests.

svn:r3646
Nick Mathewson 20 年之前
父節點
當前提交
e673536e3f
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 ==========================");