Skip to content

Commit

Permalink
test: Limit verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed Sep 11, 2024
1 parent 2015ef1 commit 2cdcbdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/manage-statbus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ case "$action" in
fi

# Proceed with the rest of the workflow
./devops/manage-statbus.sh create-db
./devops/manage-statbus.sh create-db > /dev/null

# Ensure delete-db runs no matter what
trap './devops/manage-statbus.sh delete-db' EXIT
trap './devops/manage-statbus.sh delete-db > /dev/null' EXIT

# Run tests and capture output
TEST_OUTPUT=$(mktemp)
Expand Down

0 comments on commit 2cdcbdb

Please sign in to comment.