Преглед изворни кода

Fix sdist creation test

default_compile_flags
vector-of-bool пре 5 година
родитељ
комит
0c6c0dae8e
1 измењених фајлова са 2 додато и 1 уклоњено
  1. +2
    -1
      tools/test.py

+ 2
- 1
tools/test.py Прегледај датотеку

@@ -29,8 +29,9 @@ def run_test_dir(dir: Path, opts: TestOptions) -> bool:
opts,
'Source Distribution',
'sdist',
'create',
f'--out=_build/{dir.stem}/test.dsd',
'--force',
'--replace',
)
return fails == 0


Loading…
Откажи
Сачувај