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:00 +0100 |
commit | c6bc6d874ae43eb2808508b935f837c670c1d15e (patch) | |
tree | da007c0a90ab378c95c62ef10588702c17b79c74 /scripts | |
parent | ef11c54ba99af261a70ec31091216cdd1556da24 (diff) | |
download | openembedded-core-c6bc6d874ae43eb2808508b935f837c670c1d15e.tar.gz openembedded-core-c6bc6d874ae43eb2808508b935f837c670c1d15e.tar.bz2 openembedded-core-c6bc6d874ae43eb2808508b935f837c670c1d15e.zip |
scripts/autobuilder-worker-prereq-tests: Extend todo list
Add a couple of missing items to the TODO list that this script needs to handle.
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 @@ # Todo # Add testtools/subunit import test # Add python3-git test +# Add pigz test +# vnc tests/checkvnc? # . ./oe-init-build-env > /dev/null |