瀏覽代碼

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…
取消
儲存