mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-05-28 13:24:23 +00:00
Tor: fail instead of skip if Tor executables aren't available.
This commit is contained in:
parent
7ffc6641e3
commit
adc73f4daa
@ -316,7 +316,7 @@ def chutney(reactor, temp_dir: str) -> FilePath:
|
||||
|
||||
missing = [exe for exe in ["tor", "tor-gencert"] if not which(exe)]
|
||||
if missing:
|
||||
pytest.skip(f"Some command-line tools not found: {missing}")
|
||||
pytest.fail(f"Some command-line tools not found: {missing}")
|
||||
|
||||
# The directory with all of the network definitions.
|
||||
return FilePath(chutney.__file__).parent().child("data")
|
||||
|
Loading…
x
Reference in New Issue
Block a user