linux/a*: add and update Korean translation (#14680)
* linux/a*: add and update Korean translation * Update pages.ko/linux/apt-file.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/ark.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/atool.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
24
pages.ko/linux/autopkgtest.md
Normal file
24
pages.ko/linux/autopkgtest.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# autopkgtest
|
||||
|
||||
> Debian 패키지에 대한 테스트 실행.
|
||||
> 더 많은 정보: <https://wiki.debian.org/ContinuousIntegration/autopkgtest>.
|
||||
|
||||
- 현재 디렉터리의 패키지를 빌드하고 모든 테스트를 시스템에서 직접 실행:
|
||||
|
||||
`autopkgtest -- {{null}}`
|
||||
|
||||
- 현재 디렉터리의 패키지에 대해 특정 테스트 실행:
|
||||
|
||||
`autopkgtest --test-name={{테스트_이름}} -- {{null}}`
|
||||
|
||||
- `apt-get`으로 특정 패키지를 다운로드 및 빌드한 후 모든 테스트 실행:
|
||||
|
||||
`autopkgtest {{패키지}} -- {{null}}`
|
||||
|
||||
- 새로운 루트 디렉터리를 사용하여 현재 디렉터리의 패키지 테스트:
|
||||
|
||||
`autopkgtest -- {{chroot}} {{경로/대상/새로운/루트}}`
|
||||
|
||||
- 현재 디렉터리의 패키지를 재빌드하지 않고 테스트:
|
||||
|
||||
`autopkgtest --no-built-binaries -- {{null}}`
|
Reference in New Issue
Block a user