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