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:
3fd2830
)
Replace command "pass" in the shell script by ":"
25/7025/1
author
jose.lausuch
<jose.lausuch@ericsson.com>
Sun, 17 Jan 2016 19:20:31 +0000
(20:20 +0100)
committer
jose.lausuch
<jose.lausuch@ericsson.com>
Sun, 17 Jan 2016 19:20:31 +0000
(20:20 +0100)
"pass" is a python command, not bash. ":" is the equivalent.
Change-Id: Ied93813308599479b82729c66c10397135477a47
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
docker/run_tests.sh
patch
|
blob
|
history
diff --git
a/docker/run_tests.sh
b/docker/run_tests.sh
index
2225791
..
97bbfef
100755
(executable)
--- a/
docker/run_tests.sh
+++ b/
docker/run_tests.sh
@@
-69,11
+69,11
@@
function run_test(){
if [ $INSTALLER_TYPE == "fuel" ]; then
odl_port=8282
elif [ $INSTALLER_TYPE == "apex" ]; then
- pass
+ :
elif [ $INSTALLER_TYPE == "joid" ]; then
- pass
+ :
elif [ $INSTALLER_TYPE == "compass" ]; then
- pass
+ :
else
error "INSTALLER_TYPE not valid."
exit 1