IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
소스 검색

Small fix

master
부모
커밋
08a93806da
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      tests/test_bootstrap.py

+ 2
- 2
tests/test_bootstrap.py 파일 보기

@@ -5,8 +5,8 @@ import os
def test_bootstrap():
subprocess.run(['focker', 'image', 'remove', '--force', 'test-focker-bootstrap'])
subprocess.run(['focker', 'bootstrap', '--dry-run', '--tags', 'test-focker-bootstrap'])
subprocess.check_output(['focker', 'image', 'remove', '--force', 'test-focker-bootstrap'])
subprocess.check_output(['focker', 'bootstrap', '--dry-run', '--tags', 'test-focker-bootstrap'])
name, sha256 = zfs_find('test-focker-bootstrap', focker_type='image')
basename = os.path.basename(name)
assert len(basename) >= 7


불러오는 중...
취소
저장