diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-30 15:56:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-05 18:00:25 +0100 |
commit | 687e32ffafa074b3900b6582f4fc2ae33754ce8f (patch) | |
tree | 16aeb842ba11468bb3ff1a900571f9b86ebe98e6 /scripts | |
parent | 705bb5e8479b814efc2970b79f8709b4364f189d (diff) | |
download | poky-687e32ffafa074b3900b6582f4fc2ae33754ce8f.tar.gz |
scripts/autobuilder-worker-prereq-tests: Extend todo list
Add a couple of missing items to the TODO list that this script needs to handle.
(From OE-Core rev: c6bc6d874ae43eb2808508b935f837c670c1d15e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/autobuilder-worker-prereq-tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/autobuilder-worker-prereq-tests b/scripts/autobuilder-worker-prereq-tests index b5742d5b28..e65071b227 100755 --- a/scripts/autobuilder-worker-prereq-tests +++ b/scripts/autobuilder-worker-prereq-tests | |||
@@ -8,6 +8,8 @@ | |||
8 | # Todo | 8 | # Todo |
9 | # Add testtools/subunit import test | 9 | # Add testtools/subunit import test |
10 | # Add python3-git test | 10 | # Add python3-git test |
11 | # Add pigz test | ||
12 | # vnc tests/checkvnc? | ||
11 | # | 13 | # |
12 | 14 | ||
13 | . ./oe-init-build-env > /dev/null | 15 | . ./oe-init-build-env > /dev/null |