parent
6dc549e9af
commit
2c8d5165a6
2 changed files with 26 additions and 2 deletions
@ -0,0 +1,10 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
set -ex |
||||||
|
|
||||||
|
# change to grpc repo root |
||||||
|
cd $(dirname $0)/../.. |
||||||
|
|
||||||
|
root=`pwd` |
||||||
|
|
||||||
|
$root/src/node/node_modules/mocha/bin/mocha $root/node/test |
Loading…
Reference in new issue