Skip to content

run_test_suite: fix tor version check with recent tor

intrigeri requested to merge test/fix-tor-version-check into stable

Without this commit, I see this error:

dpkg: warning: version '0.4.6.3-rc
running
with' has bad syntax: invalid character in revision number

That's because "tor --version" now displays more info:

Tor version 0.4.6.3-rc.
Tor is running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1k, Zlib 1.2.11, Liblzma 5.2.5, Libzstd 1.4.8 and Glibc 2.31 as libc.
Tor compiled with GCC version 10.2.1

Merge request reports