Merge "Fix tox-run.sh print statement"
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 29 Aug 2017 16:04:13 +0000 (16:04 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Tue, 29 Aug 2017 16:04:13 +0000 (16:04 +0000)
.jjb-test/expected-xml/gerrit-python-tox-verify-master
.jjb-test/expected-xml/github-python-tox-verify-master
shell/tox-run.sh

index 885d5a2..06ad1f1 100644 (file)
@@ -311,7 +311,7 @@ pipdeptree
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 ##############################################################################
-echo &quot;---&gt; tox-install.sh&quot;
+echo &quot;---&gt; tox-run.sh&quot;
 
 # Ensure we fail the job if any steps fail.
 # DO NOT set -u as virtualenv's activate script has unbound variables
index 31b825e..0dbf88d 100644 (file)
@@ -273,7 +273,7 @@ pipdeptree
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 ##############################################################################
-echo &quot;---&gt; tox-install.sh&quot;
+echo &quot;---&gt; tox-run.sh&quot;
 
 # Ensure we fail the job if any steps fail.
 # DO NOT set -u as virtualenv's activate script has unbound variables
index bc784aa..ef2481d 100644 (file)
@@ -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