mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +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
|
||||
for f in test/*.js
|
||||
do
|
||||
node $f
|
||||
done
|
||||
|
||||
mocha --ui tdd --reporter xunit --timeout 10000 test/*-test.js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user