diff --git a/tests/casper/login.js b/tests/casper/login.js index 8b9724d558..9d523c94cf 100644 --- a/tests/casper/login.js +++ b/tests/casper/login.js @@ -1,6 +1,6 @@ casper.test.begin('Log in and out function well', 5, function suite(test) { - casper.start('http://127.0.0.1L:8000/accounts/login', function() { + casper.start('http://127.0.0.1:8000/accounts/login', function() { test.assertExists('form', 'login form is found'); this.fill('form', { username: 'test@test.com', diff --git a/tests/seahubtests.sh b/tests/seahubtests.sh index a22e571023..644f7f3845 100755 --- a/tests/seahubtests.sh +++ b/tests/seahubtests.sh @@ -26,7 +26,7 @@ function init() { } function start_seahub() { - ./manage.py runserver & + ./manage.py runserver 1>/dev/null & } function run_tests() {