https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22860

--- Comment #3 from Jonathan Druart <[email protected]> 
---
Can you try that:


kohadev-koha@kohadevbox:/home/vagrant/kohaclone$ git fetch origin
kohadev-koha@kohadevbox:/home/vagrant/kohaclone$ git checkout -B master
origin/master
kohadev-koha@kohadevbox:/home/vagrant/kohaclone$ koha-mysql kohadev -e "select
count(*) from borrowers;"                                                       
+----------+
| count(*) |
+----------+
|       99 |
+----------+
kohadev-koha@kohadevbox:/home/vagrant/kohaclone$ prove
t/db_dependent/selenium/authentication.t
t/db_dependent/selenium/authentication.t .. ok 
All tests successful.
Files=1, Tests=2, 24 wallclock secs ( 0.02 usr  0.02 sys +  2.07 cusr  0.76
csys =  2.87 CPU)
Result: PASS
kohadev-koha@kohadevbox:/home/vagrant/kohaclone$ koha-mysql kohadev -e "select
count(*) from borrowers;"
+----------+
| count(*) |
+----------+
|      100 |
+----------+

The selenium server must have been started before (in a devbox you can use the
`start_selenium` alias)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to