]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Print uname on start of unittests.
authorNick Mathewson <nickm@torproject.org>
Tue, 22 Feb 2005 03:01:31 +0000 (03:01 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 22 Feb 2005 03:01:31 +0000 (03:01 +0000)
svn:r3646

src/or/test.c

index c6a3b88e80ef09c575f352359ce8c615bf3a2b94..cf3505c0a88072f93bc412867896695329606fd2 100644 (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 ==========================");