Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2f3d438
)
Fixes syntax error on if statement with run_tests.sh
53/6753/1
author
Tim Rozet
<trozet@redhat.com>
Thu, 14 Jan 2016 20:13:58 +0000
(15:13 -0500)
committer
Jose Lausuch
<jose.lausuch@ericsson.com>
Thu, 14 Jan 2016 20:22:09 +0000
(20:22 +0000)
Change-Id: I97566b19a015780b7d26b3630605f969a8302f2e
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit
e751fb5714578eee85ce397d023eb83f5221cc67
)
docker/run_tests.sh
patch
|
blob
|
history
diff --git
a/docker/run_tests.sh
b/docker/run_tests.sh
index
46fe6cd
..
2cb10e3
100755
(executable)
--- a/
docker/run_tests.sh
+++ b/
docker/run_tests.sh
@@
-35,7
+35,7
@@
report=""
if [ -n "$DEPLOY_SCENARIO" ]; then
testcase=`cat /home/opnfv/functest/conf/testcase-list.txt`
arr_test=("$testcase")
-el
if
+el
se
arr_test=(vping odl tempest vims rally)
fi