Skip to content

Commit

Permalink
github: Enable color for all test results
Browse files Browse the repository at this point in the history
Now unit test understands the --color option, let's change it to pass
TESTARG so that it can be applied to all test runs.

Signed-off-by: Namhyung Kim <[email protected]>
  • Loading branch information
namhyung committed Jun 11, 2023
1 parent 82d8624 commit 72f622c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
sudo sh -c "chmod +x /sys/kernel/tracing"
- name: "run tests"
run: make test -j1 RUNTESTARG='--quiet --color on'
run: make test -j1 TESTARG='--color on' RUNTESTARG='--quiet'

0 comments on commit 72f622c

Please sign in to comment.