Selaa lähdekoodia

Fix sdist creation test

default_compile_flags
vector-of-bool 5 vuotta sitten
vanhempi
commit
0c6c0dae8e
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      tools/test.py

+ 2
- 1
tools/test.py Näytä tiedosto

@@ -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…
Peruuta
Tallenna