Very simple table is parsing now.

This commit is contained in:
Tom Alexander 2023-04-21 15:40:47 -04:00
parent a63d38e0ce
commit 2703792644
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -21,5 +21,5 @@ function get_test_names {
}
get_test_names "$@" | while read test; do
(cd "$DIR/../" && cargo test --no-fail-fast --test test_loader "$test")
(cd "$DIR/../" && cargo test --no-fail-fast --test test_loader "$test" -- --show-output)
done