Skip to content

Commit

Permalink
Enh: Test - adapt subprocess call to new bin tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Coavoux committed Mar 5, 2015
1 parent 2d226d1 commit f9135ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_sslv3_disabled.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_scheduler_init(self):
d.load_modules_manager()

# Launch an arbiter so that the scheduler get a conf and init
subprocess.Popen(["../bin/shinken-arbiter", "-c", daemons_config[Arbiter][0], "-d"])
subprocess.Popen(["../shinken/bin/shinken_arbiter.py", "-c", daemons_config[Arbiter][0], "-d"])
if not hasattr(ssl, 'SSLContext'):
print 'BAD ssl version for testing, bailing out'
return
Expand Down

0 comments on commit f9135ea

Please sign in to comment.