Commit 657e6b7e authored by Sebastien Robin's avatar Sebastien Robin

Revert "testnode: update path of firefox"

This reverts commit fedebf37.

Finally, it was an issue in selenium runner software, the wrapper
was missing
parent 016c250b
......@@ -151,7 +151,7 @@ class UnitTestRunner(object):
for base in software_list))
return path
for option, value in (
('--firefox_bin', lambda: path('firefox', 'firefox/firefox')),
('--firefox_bin', lambda: path('firefox', 'firefox/firefox-slapos')),
('--frontend_url', lambda: config['frontend_url']),
('--node_quantity', lambda: config['node_quantity']),
('--xvfb_bin', lambda: path('xvfb', 'xserver/bin/Xvfb')),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment