Skip to content

Commit 8d65f86

Browse files
committed
python: fix _test_utils.py
1 parent 23a4cc5 commit 8d65f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/_test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
test_dir = os.path.join(project_dir, 'tests')
1919
if BRO_ARGS[0] is None:
2020
python_exe = sys.executable or 'python'
21-
bro_path = os.path.join(project_dir, 'python', 'bro.py')
21+
bro_path = os.path.join(project_dir, 'python', 'brotli', '__main__.py')
2222
BRO_ARGS = [python_exe, bro_path]
2323

2424
# Get the platform/version-specific build folder.

0 commit comments

Comments
 (0)