diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-02-22 03:01:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-02-22 03:01:31 +0000 |
commit | e673536e3f82c90082c45a85122075ba8ae9e62d (patch) | |
tree | 0208fa8b09e5178ed47ba4c04199ec7c11ed6c69 /src/or/test.c | |
parent | 1a554220066dcf0a7c7e9ac508ceafb9f4b0846b (diff) | |
download | tor-e673536e3f82c90082c45a85122075ba8ae9e62d.tar.gz tor-e673536e3f82c90082c45a85122075ba8ae9e62d.zip |
Print uname on start of unittests.
svn:r3646
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 =========================="); |