mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-20 13:38:49 -04:00
fix next travis-ci problem
This commit is contained in:
parent
9c658cddf7
commit
85c6ac0ab2
3 changed files with 8 additions and 9 deletions
|
@ -35,10 +35,10 @@ import logging
|
|||
import warcprox
|
||||
|
||||
def start_service(service):
|
||||
subprocess.check_call(['sudo', 'service', service, 'start'])
|
||||
subprocess.check_call(['sudo', 'svc', '-u', '/etc/service/' + service])
|
||||
|
||||
def stop_service(service):
|
||||
subprocess.check_call(['sudo', 'service', service, 'stop'])
|
||||
subprocess.check_call(['sudo', 'svc', '-d', '/etc/service/' + service])
|
||||
|
||||
@pytest.fixture(scope='module')
|
||||
def httpd(request):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue