Index: webrtc/audio/test/low_bandwidth_audio_test.py |
diff --git a/webrtc/audio/test/low_bandwidth_audio_test.py b/webrtc/audio/test/low_bandwidth_audio_test.py |
index 8815daaaf6732c585622123c2796737ca0b68498..3606e682224b0ce0606d6571a74aad90450969bb 100755 |
--- a/webrtc/audio/test/low_bandwidth_audio_test.py |
+++ b/webrtc/audio/test/low_bandwidth_audio_test.py |
@@ -57,7 +57,7 @@ def _GetPlatform(): |
def _DownloadTools(): |
- tools_dir = os.path.join(SRC_DIR, 'tools-webrtc') |
+ tools_dir = os.path.join(SRC_DIR, 'tools_webrtc') |
toolchain_dir = os.path.join(tools_dir, 'audio_quality') |
# Download PESQ and POLQA. |