disable color handling when windows testing.

This commit is contained in:
Mark VanderVoord
2026-06-30 15:20:01 -04:00
parent aedb21638f
commit 3d745ce8f5
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -63,5 +63,7 @@ jobs:
# Run Tests
- name: Run All Unit Tests
env:
NO_COLOR: ${{ matrix.os == 'windows-latest' && '1' || '' }}
run: |
cd test && rake ci
+1 -1
View File
@@ -80,7 +80,7 @@ module RakefileHelpers
raise "Cannot find Config File #{config_target}"
end
$colour_output = $proj[:project][:colour]
$colour_output = $proj[:project][:colour] && !ENV['NO_COLOR']
end
def configure_clean