mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
New test runner for Mocha
This commit is contained in:
7
test/runall.sh
Normal file → Executable file
7
test/runall.sh
Normal file → Executable file
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
for f in test/*.js
|
|
||||||
do
|
mocha --ui tdd --reporter xunit --timeout 10000 test/*-test.js
|
||||||
node $f
|
|
||||||
done
|
|
||||||
|
|||||||
Reference in New Issue
Block a user