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
|
||||
}
|
||||
|
||||
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
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user