Add notification when running tests

This commit is contained in:
Mikhail Gordeev 2019-07-08 17:53:30 +03:00
parent 1955b951d1
commit 66a93abfed

View File

@ -479,6 +479,7 @@ Dir::Etc::preferencesparts "/var/empty";
image_path = self.image_path(image, branch, arch, kind)
self.copy_image(tarball, image_path)
for test in self.tests_by_image(image):
self.info(f'Test {image} {branch} {arch}')
if not test_image(
image=image_path,
branch=branch,