Update run.sh

This commit is contained in:
Eugene Pankov 2022-09-02 10:35:19 +02:00
parent cae874fc4f
commit b57452e7ba
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -5,5 +5,5 @@ rm target/llvm-cov-target/* || true
cargo llvm-cov clean --workspace
cargo llvm-cov --no-report --workspace --all-features -- --skip agent
cd tests
RUST_BACKTRACE=1 poetry run pytest $@
RUST_BACKTRACE=1 poetry run pytest -s $@
cargo llvm-cov --no-run --hide-instantiations --html