Make jasmine testing quieter

This commit is contained in:
Calen Pennington
2012-11-13 10:55:17 -05:00
parent 3c90e2927a
commit 630c2fa21e
4 changed files with 15 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ def django_for_jasmine(system, django_reload)
end
django_pid = fork do
exec(*django_admin(system, 'jasmine', 'runserver', "12345", reload_arg).split(' '))
exec(*django_admin(system, 'jasmine', 'runserver', '-v', '0', "12345", reload_arg).split(' '))
end
jasmine_url = 'http://localhost:12345/_jasmine/'
up = false