소스 검색

`--export-name` is gone

default_compile_flags
vector-of-bool 5 년 전
부모
커밋
0b58d3b87b
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      tools/test.py

+ 1
- 2
tools/test.py 파일 보기

@@ -23,14 +23,13 @@ def run_test_dir(dir: Path, opts: TestOptions) -> bool:
'build',
'--full',
f'--toolchain={opts.toolchain}',
f'--export-name={dir.stem}',
)
fails += _run_subproc_test(
dir,
opts,
'Source Distribution',
'sdist',
f'--out={dir.stem}/test.dsd',
f'--out=_build/{dir.stem}/test.dsd',
'--force',
)
return fails == 0

Loading…
취소
저장