This commit is contained in:
diginc 2017-11-05 21:30:32 -06:00
parent bcfcc85ef3
commit 94c90d9b91
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ def cmd(request):
@pytest.fixture(scope='module', params=['amd64'])
def persist_arch(request):
'''amd64 only dnsmasq will not start under qemu-user-static :('''
'''amd64 only, dnsmasq will not start under qemu-user-static :('''
return request.param
@pytest.fixture(scope='module', params=['debian', 'alpine'])