Skip to content

Commit

Permalink
fix unit test for RTSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Bommes committed Nov 1, 2024
1 parent a8e48f5 commit 8c0380f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end_to_end_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_end_to_end_rtsp(self):
with tempfile.TemporaryDirectory() as outdir:
print("Setting up end to end test for RTSP")
subprocess.run("yum install -y wget compat-openssl10", shell=True, check=True)
rtsp_server = subprocess.Popen("bin/live555MediaServer")
rtsp_server = subprocess.Popen(os.path.join(PROJECT_ROOT, "tools/live555MediaServer"))
try:
time.sleep(1)
print("Running extraction for RTSP stream")
Expand Down
File renamed without changes.

0 comments on commit 8c0380f

Please sign in to comment.