mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-16 22:17:59 +00:00
rename run-test.sh to seahubtests
This commit is contained in:
parent
145399eed3
commit
e556ad13c0
@ -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:
|
||||||
|
@ -39,8 +39,10 @@ case $1 in
|
|||||||
"init")
|
"init")
|
||||||
init
|
init
|
||||||
;;
|
;;
|
||||||
"run")
|
"runserver")
|
||||||
start_seahub
|
start_seahub
|
||||||
|
;;
|
||||||
|
"test")
|
||||||
run_tests
|
run_tests
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
Loading…
Reference in New Issue
Block a user