diff options
| author | Chris Laplante <chris.laplante@agilent.com> | 2020-07-31 11:42:49 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-08 09:19:34 +0100 |
| commit | 1752a4766443388a8cf372d2c5eddfe2ef1fe899 (patch) | |
| tree | a3393b9e16722c2eb5e5ac4521bd1c5e6815ed38 /bitbake/bin | |
| parent | 5a80602564539cf0fdbabde8095969efa6077045 (diff) | |
| download | poky-1752a4766443388a8cf372d2c5eddfe2ef1fe899.tar.gz | |
bitbake: tests/color: add test suite for ANSI color code filtering
Includes tests for bb.progress integration.
(Bitbake rev: c472a8da521cc7f1d61ac2f28596167d47ab8a5a)
Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
| -rwxr-xr-x | bitbake/bin/bitbake-selftest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-selftest b/bitbake/bin/bitbake-selftest index 041a2719f0..e84d6a559f 100755 --- a/bitbake/bin/bitbake-selftest +++ b/bitbake/bin/bitbake-selftest | |||
| @@ -18,6 +18,7 @@ except RuntimeError as exc: | |||
| 18 | sys.exit(str(exc)) | 18 | sys.exit(str(exc)) |
| 19 | 19 | ||
| 20 | tests = ["bb.tests.codeparser", | 20 | tests = ["bb.tests.codeparser", |
| 21 | "bb.tests.color", | ||
| 21 | "bb.tests.cooker", | 22 | "bb.tests.cooker", |
| 22 | "bb.tests.cow", | 23 | "bb.tests.cow", |
| 23 | "bb.tests.data", | 24 | "bb.tests.data", |
