avoid test command conflict

This commit is contained in:
Peter Boin 2017-07-22 00:55:47 +10:00
parent 9598d2bd15
commit 2709bb3612

View File

@ -131,7 +131,7 @@ function install() {
deactivate
}
function test() {
function run_test() {
# Run tests
_test_scope=$1
@ -200,7 +200,7 @@ case "$1" in
remkenv) remkenv $2 ;;
deploy) deploy $2 ;;
install) install $2 $3 ;;
test) test $2 $3 ;;
test) run_test $2 $3 ;;
# otherwise... show help
*)