tests/docker/docker.py: check and run .pre script
commit920776ea5ea3d9f243d266581da5345e5d7b2306
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 19 Jul 2016 13:20:38 +0000 (19 21:20 +0800)
committerFam Zheng <famz@redhat.com>
Wed, 20 Jul 2016 11:19:43 +0000 (20 19:19 +0800)
tree779cdd6717384fd4495cfe0d81fc55bcb31f3f4b
parent504ca3c208da7b2ea657b62db146e1e5de74df0f
tests/docker/docker.py: check and run .pre script

The docker script will now search for an associated $dockerfile.pre
script which gets run in the same build context as the dockerfile will
be. This is to support pre-seeding the build context before running the
docker build.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1468934445-32183-4-git-send-email-famz@redhat.com
Signed-off-by: Fam Zheng <famz@redhat.com>
tests/docker/docker.py