We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a4cc5 commit 8d65f86Copy full SHA for 8d65f86
python/tests/_test_utils.py
@@ -18,7 +18,7 @@
18
test_dir = os.path.join(project_dir, 'tests')
19
if BRO_ARGS[0] is None:
20
python_exe = sys.executable or 'python'
21
- bro_path = os.path.join(project_dir, 'python', 'bro.py')
+ bro_path = os.path.join(project_dir, 'python', 'brotli', '__main__.py')
22
BRO_ARGS = [python_exe, bro_path]
23
24
# Get the platform/version-specific build folder.
0 commit comments