mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
Print uname on start of unittests.
svn:r3646
This commit is contained in:
parent
1a55422006
commit
e673536e3f
@ -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 ==========================");
|
||||
|
Loading…
Reference in New Issue
Block a user