diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 9c8cef6d6..01dc1faa1 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