Add ledger-tool tests to CI

This commit is contained in:
Michael Vines 2019-01-28 10:37:02 -08:00
parent bfaf5634a1
commit a8ea6471e7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ done
# Run integration tests serially
OLD_RUST_LOG=$RUST_LOG
for test in tests/*.rs wallet/tests/*.rs drone/tests/*.rs; do
for test in {,*/}tests/*.rs; do
test=${test##*/} # basename x
test=${test%.rs} # basename x .rs
export RUST_LOG="$test"=trace