Very simple table is parsing now.
This commit is contained in:
parent
a63d38e0ce
commit
2703792644
@ -21,5 +21,5 @@ function get_test_names {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get_test_names "$@" | while read test; do
|
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
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user