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
コミット
c32eb92120
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      tests/test_image.py

+ 1
- 0
tests/test_image.py ファイルの表示

@@ -34,6 +34,7 @@ def test_validate_spec_04():
def test_build_squeeze(monkeypatch):
focker_unlock()
subprocess.check_output(['focker', 'image', 'remove', '--force', '-R', 'test-build-squeeze-base'])
subprocess.check_output(['focker', 'bootstrap', '--dry-run', '-t', 'test-build-squeeze-base'])
spec = dict(base='test-build-squeeze-base', steps=[


読み込み中…
キャンセル
保存