Explorar el Código

Fix sdist creation test

default_compile_flags
vector-of-bool hace 5 años
padre
commit
0c6c0dae8e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      tools/test.py

+ 2
- 1
tools/test.py Ver fichero

@@ -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


Cargando…
Cancelar
Guardar