video_quality_loopback_test.py: Fix paths to root.
Now that webrtc/* is moved to the root, this needs to be updated. BUG=chromium:611808 NOTRY=True TBR=mbonadei@webrtc.org Change-Id: I947628886fb949972501e81e010bbdb9e9099872 Reviewed-on: https://webrtc-review.googlesource.com/1575 Reviewed-by: Henrik Kjellander <kjellander@webrtc.org> Commit-Queue: Henrik Kjellander <kjellander@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19854}
This commit is contained in:

committed by
Commit Bot

parent
866d3373d7
commit
9d8ce7c7fa
@ -106,7 +106,7 @@ def main():
|
||||
download_tools_script = os.path.join(tools_dir, 'download_tools.py')
|
||||
_RunCommand([sys.executable, download_tools_script, toolchain_dir])
|
||||
|
||||
testing_tools_dir = os.path.join(SRC_DIR, 'webrtc', 'rtc_tools', 'testing')
|
||||
testing_tools_dir = os.path.join(SRC_DIR, 'rtc_tools', 'testing')
|
||||
|
||||
# Download, extract and build AppRTC.
|
||||
setup_apprtc_script = os.path.join(testing_tools_dir, 'setup_apprtc.py')
|
||||
@ -181,8 +181,7 @@ def main():
|
||||
ConvertVideo(reference_video, reference_video_yuv)
|
||||
|
||||
# Run compare script.
|
||||
compare_script = os.path.join(SRC_DIR, 'webrtc', 'rtc_tools',
|
||||
'compare_videos.py')
|
||||
compare_script = os.path.join(SRC_DIR, 'rtc_tools', 'compare_videos.py')
|
||||
zxing_path = os.path.join(toolchain_dir, 'linux', 'zxing')
|
||||
|
||||
# The frame_analyzer binary should be built for local computer and not for
|
||||
|
Reference in New Issue
Block a user