nacos/console-ui/test/run.sh

6 lines
85 B
Bash
Raw Normal View History

2019-03-14 13:57:58 +08:00
if [ "$1" = "" ]; then
npm run paralleltest
else
npm run singletest $1 $2
fi