diff options
author | 2017-05-17 23:56:22 +0000 | |
---|---|---|
committer | 2017-05-17 23:56:22 +0000 | |
commit | 10a7f17ed48aa60cfc6fd987de5978bb17c41680 (patch) | |
tree | 2182e14f2fe9efb9523e1b6a7ae5dd68a103857b /tests/utils | |
parent | ffcd5082bac1a0300d0be7859fbd731b8703b923 (diff) | |
parent | ee6a9ee6a0475075ef61a703800e53d5aaf3441b (diff) |
Merge "Install nano editor in container"
Diffstat (limited to 'tests/utils')
-rw-r--r-- | tests/utils/osclient.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/utils/osclient.sh b/tests/utils/osclient.sh index d68bf7d..eab5b90 100644 --- 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` |