Commit 09d394da by Csók Tamás

added a longterm TODO for it

parent fca021e9
...@@ -91,7 +91,8 @@ def test(test=""): ...@@ -91,7 +91,8 @@ def test(test=""):
def selenium(test=""): def selenium(test=""):
"Run portal selenium tests" "Run portal selenium tests"
with _workon("circle"), cd("~/circle/circle"): with _workon("circle"), cd("~/circle/circle"):
run("xvfb-run ./manage.py test --settings=circle.settings.selenium_test " + # TODO Check if the user have any X so we don't have force xvfb
run("xvfb-run ./manage.py test --settings=circle.settings.selenium_test"
"%s" % test) "%s" % test)
......
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 sign in to comment