crops / poky-container

A container image that is able to run bitbake/poky. It has helpers to create users and groups within the container. This is so that the output generated in the container will be readable by the user on the host.
GNU General Public License v2.0
206 stars 94 forks source link

runtests.sh: Don't use "-it" for docker run #10

Closed rewitt1 closed 7 years ago

rewitt1 commented 7 years ago

When using "-t" with docker run, stderr comes out as stdout. Since this is a non-interactive test that shouldn't need a tty, don't use "-it".

Signed-off-by: Randy Witt randy.e.witt@linux.intel.com