From a8ea6471e7c1054d7c8f50af56a2d2f4f21c4926 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 28 Jan 2019 10:37:02 -0800 Subject: [PATCH] Add ledger-tool tests to CI --- ci/test-stable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 9c8cef6d61..01dc1faa1b 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -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