Skip to content

Commit

Permalink
chore: disable colors in test
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev authored Oct 16, 2024
1 parent 9d86482 commit 35c85c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
echo "Applying patches for $node_range"

command="npm run applyPatches -- --node-range $node_range --quiet-extraction"
output=$($command)
output=$(NO_COLOR=1 $command)
status=$?

if [ $status -ne 0 ]; then
Expand Down

0 comments on commit 35c85c8

Please sign in to comment.