From b0d1cb4501936970c5d55621bf465346c8029b40 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 16 Apr 2018 14:55:15 +0100 Subject: [PATCH] tests: fix DebOps tests for new image tag names. --- .travis/debops_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis/debops_tests.sh b/.travis/debops_tests.sh index 8ad93487..8e673dea 100755 --- a/.travis/debops_tests.sh +++ b/.travis/debops_tests.sh @@ -4,6 +4,7 @@ TMPDIR="/tmp/debops-$$" TRAVIS_BUILD_DIR="${TRAVIS_BUILD_DIR:-`pwd`}" TARGET_COUNT="${TARGET_COUNT:-4}" +MITOGEN_TEST_DISTRO=debian # Naturally DebOps only supports Debian. export PYTHONPATH="${PYTHONPATH}:${TRAVIS_BUILD_DIR}" @@ -56,7 +57,7 @@ do --detach \ --publish 0.0.0.0:$port:22/tcp \ --name=target$i \ - d2mw/mitogen-test + d2mw/mitogen-${MITOGEN_TEST_DISTRO}-test echo \ target$i \