From: Andrew Grimberg Date: Tue, 29 Aug 2017 16:04:13 +0000 (+0000) Subject: Merge "Fix tox-run.sh print statement" X-Git-Tag: v0.8.0~5 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=d5dd1678d8da13ed05a68d566b9b7da13a4b04a9;hp=7f77f1fb4e685f631912c25955bfd54d5b06c22c;p=releng%2Fglobal-jjb.git Merge "Fix tox-run.sh print statement" --- diff --git a/.jjb-test/expected-xml/gerrit-python-tox-verify-master b/.jjb-test/expected-xml/gerrit-python-tox-verify-master index 885d5a27..06ad1f18 100644 --- a/.jjb-test/expected-xml/gerrit-python-tox-verify-master +++ b/.jjb-test/expected-xml/gerrit-python-tox-verify-master @@ -311,7 +311,7 @@ pipdeptree # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html ############################################################################## -echo "---> tox-install.sh" +echo "---> tox-run.sh" # Ensure we fail the job if any steps fail. # DO NOT set -u as virtualenv's activate script has unbound variables diff --git a/.jjb-test/expected-xml/github-python-tox-verify-master b/.jjb-test/expected-xml/github-python-tox-verify-master index 31b825ec..0dbf88d0 100644 --- a/.jjb-test/expected-xml/github-python-tox-verify-master +++ b/.jjb-test/expected-xml/github-python-tox-verify-master @@ -273,7 +273,7 @@ pipdeptree # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html ############################################################################## -echo "---> tox-install.sh" +echo "---> tox-run.sh" # Ensure we fail the job if any steps fail. # DO NOT set -u as virtualenv's activate script has unbound variables diff --git a/shell/tox-run.sh b/shell/tox-run.sh index bc784aa8..ef2481d0 100644 --- a/shell/tox-run.sh +++ b/shell/tox-run.sh @@ -8,7 +8,7 @@ # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html ############################################################################## -echo "---> tox-install.sh" +echo "---> tox-run.sh" # Ensure we fail the job if any steps fail. # DO NOT set -u as virtualenv's activate script has unbound variables