The first patches add a new feature that if SHOW_ENV is set when running a test, (explicitly installed) package list and env vars will be printed.
The last pactches (hopefully) improves termination of docker instance, so that in a patchew tester env, building and testing procecess (that lies under docker daemon process instead of the make process) can be stopped more reliably, when the patchew tester terminates the make process. Fam Zheng (9): docker: Generate /packages.txt in centos6 image docker: Generate /packages.txt in fedora image docker: Generate /packages.txt in ubuntu image docker: Update fedora image to latest docker: Flatten default target list in test-quick docker: Print used options before doing configure docker: Support showing environment information docker: Terminate instances at SIGTERM and SIGHUP docker: exec $CMD tests/docker/Makefile.include | 2 +- tests/docker/common.rc | 14 ++++++++------ tests/docker/docker.py | 5 ++++- tests/docker/dockerfiles/centos6.docker | 6 ++++-- tests/docker/dockerfiles/fedora.docker | 16 +++++++++++++--- tests/docker/dockerfiles/ubuntu.docker | 4 +++- tests/docker/run | 26 ++++++++++++++++++++------ tests/docker/test-quick | 2 +- 8 files changed, 54 insertions(+), 21 deletions(-) -- 2.7.4