1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/autopkgtest.md
코드싸이 38f417243c
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>
2024-11-08 16:21:35 +09:00

818 B

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