Skip to content
Snippets Groups Projects
Commit b637973a authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Fixed typo (refs #24994).

parent 2fd2578a
No related branches found
No related tags found
No related merge requests found
...@@ -248,7 +248,7 @@ class Tester(): ...@@ -248,7 +248,7 @@ class Tester():
subprocess.call(['git', 'submodule', 'update', '--init', '--recursive']) subprocess.call(['git', 'submodule', 'update', '--init', '--recursive'])
os.chdir(self.root_dir) os.chdir(self.root_dir)
# Add tests to list # Add tests to list
log('Add MediaServer tests if available.' % ms_path) log('Add MediaServer tests if available.')
wowza_dir = '/usr/local/WowzaStreamingEngine' wowza_dir = '/usr/local/WowzaStreamingEngine'
etc_lives_conf = '/etc/mediaserver/lives_conf.py' etc_lives_conf = '/etc/mediaserver/lives_conf.py'
local_lives_conf = '/home/%s/msinstance/conf/lives_conf.py' local_lives_conf = '/home/%s/msinstance/conf/lives_conf.py'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment