This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
17358629955
/
seata
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
7cf6200cbc
Rami (Branch)
Tag
master
seata
/
console
/
target
/
classes
/
static
/
console-fe
/
test
/
run.bat
run.bat
93 B
Cronologia
Originale
1
2
3
4
5
6
7
@echo off
if "%1" neq "" (
npm run singletest %1 %2
) else (
npm run paralleltest
)