;dev: cli: ledger tests: runner improvements
This commit is contained in:
parent
470e906e97
commit
688c56aa90
@ -1,9 +1,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Try to read all .test files, save and report the results.
|
# test [ROOTDIR] - find test files and try to read them, saving a dated log
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
FILES=$(find . -name "*.j" -o -name "*.test")
|
ROOT="${1:-.}"
|
||||||
#FILES=$(find . -name "*.j")
|
FILES=$(find "$ROOT" -name "*.journal" -name "*.j" -o -name "*.ledger" -o -name "*.test" )
|
||||||
|
|
||||||
for f in $FILES ; do
|
for f in $FILES ; do
|
||||||
printf ":%s: " "$f"
|
printf ":%s: " "$f"
|
||||||
Loading…
Reference in New Issue
Block a user