mirror of
https://github.com/haiwen/seahub.git
synced 2025-06-25 14:43:15 +00:00
7 lines
51 B
Bash
7 lines
51 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. setenv.sh
|
||
|
|
||
|
python manage.py test fts
|
||
|
|