Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrickTench committed Dec 13, 2024
1 parent b7bcdda commit 7071e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_commit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rest_of_args=()
test_filter=""
timestamp=""
clean=false
SHOW_ALL_OUTPUT=true # Set to false normally, true for debugging
SHOW_ALL_OUTPUT=false # Set to false normally, true for debugging
SKIP_LONG=0

# parse arguments
Expand Down Expand Up @@ -131,7 +131,7 @@ run_mettalog_tests() {
# Execute command based on output mode
if [ "$SHOW_ALL_OUTPUT" = true ]; then
# Execute the command and show all output
${cmd[*]}
"${cmd[@]}"
status=$?
else
# Execute the command silently and filter output
Expand Down

0 comments on commit 7071e1b

Please sign in to comment.