Pārlūkot izejas kodu

Use correct executable suffix in tests on Windows

default_compile_flags
vector-of-bool pirms 5 gadiem
vecāks
revīzija
e077956568
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      tools/ci.py

+ 2
- 1
tools/ci.py Parādīt failu

@@ -99,11 +99,12 @@ def main(argv: Sequence[str]) -> int:
f'-T{opts.toolchain}',
])

exe_suffix = '.exe' if os.name == 'nt' else ''
subprocess.check_call([
sys.executable,
'-u',
str(TOOLS_DIR / 'test.py'),
f'--exe={PROJECT_ROOT / "_build/dds"}',
f'--exe={PROJECT_ROOT / f"_build/dds{exe_suffix}"}',
f'-T{opts.toolchain}',
])


Notiek ielāde…
Atcelt
Saglabāt