1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-16 06:03:35 +00:00

rename run-test.sh to seahubtests

This commit is contained in:
lins05 2014-08-19 17:01:31 +08:00
parent 145399eed3
commit e556ad13c0
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@ before_install:
# install phantomjs/casperjs # install phantomjs/casperjs
- ./tests/install-deps.sh - ./tests/install-deps.sh
script: script:
- ./tests/run-tests.sh init && ./tests/run-tests.sh run - ./tests/seahubtests.sh init && ./tests/seahubtests.sh runserver && ./tests/seahubtests.sh test
env: env:
- CCNET_CONF_DIR=/tmp/ccnet SEAFILE_CONF_DIR=/tmp/seafile-data - CCNET_CONF_DIR=/tmp/ccnet SEAFILE_CONF_DIR=/tmp/seafile-data
install: install:

View File

@ -39,8 +39,10 @@ case $1 in
"init") "init")
init init
;; ;;
"run") "runserver")
start_seahub start_seahub
;;
"test")
run_tests run_tests
;; ;;
*) *)