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!
Browse Source

Small fix

master
parent
commit
c32eb92120
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/test_image.py

+ 1
- 0
tests/test_image.py View File

@@ -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=[


Loading…
Cancel
Save