mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-04-30 12:23:36 +00:00
Mirror
Bumps [github.com/golang/glog](https://github.com/golang/glog) from 0.0.0-20160126235308-23def4e6c14b to 1.2.4. - [Release notes](https://github.com/golang/glog/releases) - [Commits](https://github.com/golang/glog/commits/v1.2.4) --- updated-dependencies: - dependency-name: github.com/golang/glog dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github/workflows | ||
ci | ||
common | ||
controller | ||
doc | ||
fileserver | ||
fuse | ||
include | ||
lib | ||
m4 | ||
notification-server | ||
python | ||
scripts | ||
server | ||
tests | ||
tools | ||
.gitignore | ||
autogen.sh | ||
configure.ac | ||
LICENSE.txt | ||
Makefile.am | ||
pytest.ini | ||
README.markdown | ||
README.testing.md | ||
run_tests.sh | ||
updateversion.sh |
Seafile Server Tests
Run it locally
To run the tests, you need to install pytest first:
pip install -r ci/requirements.txt
Compile and install ccnet-server and seafile-server
cd ccnet-server
make
sudo make install
cd seafile-server
make
sudo make install
Then run the tests with
cd seafile-server
./run_tests.sh
By default the test script would try to start ccnet-server and seaf-server in /usr/local/bin
, if you make install
to another location, say /opt/local
, run it like this:
SEAFILE_INSTALL_PREFIX=/opt/local ./run_tests.sh