Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit c885ed8

Browse files
committed
add no capture to integration entrypoint
1 parent 2043c83 commit c885ed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devenv/integration/docker/entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ clarinet deployments apply --no-dashboard -d -p deployments/default.devnet-plan.
2828
cd -
2929

3030
echo with filter: "'$@'"
31-
cargo nextest run -E "$@ and kind(test)" --archive-file integration-tests.tar.zst
31+
cargo nextest run -E "$@ and kind(test)" --archive-file integration-tests.tar.zst --nocapture

0 commit comments

Comments
 (0)