Skip to content

Commit

Permalink
Suppress request logs in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Jun 18, 2023
1 parent 72dbab2 commit 5adc407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/dev/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
rm -rf programs jobs
echo 'save ""' | ${pkgs.redis}/bin/redis-server - &
redis_pid=$!
cargo llvm-cov run --lcov --output-path lcov-server.info --release --locked -F test_api &
RUST_LOG=info,poem::middleware::tracing_mw=off cargo llvm-cov run --lcov --output-path lcov-server.info --release --locked -F test_api &
pid=$!
while ! ${pkgs.curl}/bin/curl -so/dev/null localhost:8000; do
sleep 1
Expand Down

0 comments on commit 5adc407

Please sign in to comment.