mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-06-04 11:25:20 +08:00
avoid test command conflict
This commit is contained in:
parent
9598d2bd15
commit
2709bb3612
@ -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
|
||||||
*)
|
*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user