Fix tox-run.sh print statement 59/6159/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 25 Aug 2017 17:42:53 +0000 (13:42 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 29 Aug 2017 15:40:33 +0000 (11:40 -0400)
Change-Id: I11721f0e292cddfd7eb05c26866ed274fa7116c8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.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