Code Review
/
models.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ae58751
)
Install nano editor in container
31/32831/1
author
Aimee Ukasick
<aimeeu.opensource@gmail.com>
Fri, 31 Mar 2017 23:02:30 +0000
(18:02 -0500)
committer
Aimee Ukasick
<aimeeu.opensource@gmail.com>
Fri, 31 Mar 2017 23:02:30 +0000
(18:02 -0500)
Change-Id: Iaebe24c66eee9766207acf7947cc4b65b454aed9
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
tests/utils/osclient.sh
patch
|
blob
|
history
diff --git
a/tests/utils/osclient.sh
b/tests/utils/osclient.sh
index
d68bf7d
..
eab5b90
100644
(file)
--- a/
tests/utils/osclient.sh
+++ b/
tests/utils/osclient.sh
@@
-164,6
+164,9
@@
function setup () {
echo "$0: $(date) Setup shell environment variables"
echo "source $openrc" >>~/.bashrc
source ~/.bashrc
+
+ echo "$0: $(date) Install nano"
+ apt-get install nano
}
start=`date +%s`