Pārlūkot izejas kodu

Fix: Passing dds_exe as a path to subprocess

default_compile_flags
vector-of-bool pirms 4 gadiem
vecāks
revīzija
00cc65962e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      tests/http.py

+ 1
- 1
tests/http.py Parādīt failu

Fixture that creates a new empty dds repository and an HTTP server to serve Fixture that creates a new empty dds repository and an HTTP server to serve
it. 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) yield RepoFixture(dds_exe, http_tmp_dir_server)

Notiek ielāde…
Atcelt
Saglabāt