mirror of
https://github.com/haiwen/seahub.git
synced 2025-06-25 06:33:47 +00:00
9 lines
85 B
Bash
Executable File
9 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. setenv.sh
|
|
|
|
./manage.py test base avatar group notifications
|
|
|
|
echo $?
|
|
|