This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
17358629955
/
seata
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
fd2583e567
Ramos
Etiquetas
master
seata
/
console
/
target
/
classes
/
static
/
console-fe
/
test
/
run.bat
run.bat
93 B
Histórico
Em bruto
1
2
3
4
5
6
7
@echo off
if "%1" neq "" (
npm run singletest %1 %2
) else (
npm run paralleltest
)