From: Nick Mathewson Date: Tue, 22 Feb 2005 03:01:31 +0000 (+0000) Subject: Print uname on start of unittests. X-Git-Tag: tor-0.1.0.1-rc~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e673536e3f82c90082c45a85122075ba8ae9e62d;p=thirdparty%2Ftor.git Print uname on start of unittests. svn:r3646 --- diff --git a/src/or/test.c b/src/or/test.c index c6a3b88e80..cf3505c0a8 100644 --- a/src/or/test.c +++ b/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 ==========================");