This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
17358629955
/
seata
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
7cf6200cbc
Ramas
Etiquetas
master
seata
/
console
/
target
/
classes
/
static
/
console-fe
/
test
/
run.bat
run.bat
93 B
Histórico
Raw
1
2
3
4
5
6
7
@echo off
if "%1" neq "" (
npm run singletest %1 %2
) else (
npm run paralleltest
)