From: Thanh Ha Date: Fri, 25 Aug 2017 17:42:53 +0000 (-0400) Subject: Fix tox-run.sh print statement X-Git-Tag: v0.8.0~5^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=3bfa0428f3afa55d45d83964aaf054da137aa65c;p=releng%2Fglobal-jjb.git Fix tox-run.sh print statement Change-Id: I11721f0e292cddfd7eb05c26866ed274fa7116c8 Signed-off-by: Thanh Ha --- 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