瀏覽代碼

Fix: Passing dds_exe as a path to subprocess

default_compile_flags
vector-of-bool 4 年之前
父節點
當前提交
00cc65962e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tests/http.py

+ 1
- 1
tests/http.py 查看文件

@@ -103,5 +103,5 @@ def http_repo(dds_exe: Path, http_tmp_dir_server: ServerInfo):
Fixture that creates a new empty dds repository and an HTTP server to serve
it.
"""
subprocess.check_call([dds_exe, 'repoman', 'init', str(http_tmp_dir_server.root)])
subprocess.check_call([str(dds_exe), 'repoman', 'init', str(http_tmp_dir_server.root)])
yield RepoFixture(dds_exe, http_tmp_dir_server)

Loading…
取消
儲存