-
Notifications
You must be signed in to change notification settings - Fork 781
Closed
Description
Wrong interpreter version detection when running acceptance tests.
See below, where output is --variable PY_VERSION:python22.7
[helio@localhost robotframework-selenium2library]$ python test/run_tests.py --interpreter python2 chrome
Running unit tests
.............................................................................................................
----------------------------------------------------------------------
Ran 109 tests in 0.094s
OK
Starting test execution with command:
python2 -m robot.run --doc "Selenium2Library acceptance tests with chrome" --outputdir /home/helio/robotframework-selenium2library/test/results --variable BROWSER:chrome --variable PY_VERSION:python22.7 --report NONE --log NONE --loglevel DEBUG --pythonpath /home/helio/robotframework-selenium2library/src:/home/helio/robotframework-selenium2library/test/resources/testlibs /home/helio/robotframework-selenium2library/test/acceptance
==============================================================================
Acceptance :: Selenium2Library acceptance tests with chrome
==============================================================================
Acceptance.Create Webdriver :: Tests Webdriver
==============================================================================
Create Webdriver Creates Functioning WebDriver :: LOG 2:1 INFO REG... | PASS |
PR is about to be proposed.