mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
8 lines
85 B
Bash
8 lines
85 B
Bash
#!/bin/bash
|
|
|
|
. setenv.sh
|
|
|
|
./manage.py test base avatar group notifications
|
|
|
|
echo $?
|
|
|