From 7fa94056ef56806eb0f1462f2a8fed1ecd332112 Mon Sep 17 00:00:00 2001
From: Micah Anderson <micah@riseup.net>
Date: Thu, 9 Nov 2017 14:02:44 -0500
Subject: [PATCH] add a check to see what version of soledad is installed

---
 tests/platform-ci/ci-build.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/platform-ci/ci-build.sh b/tests/platform-ci/ci-build.sh
index 2b665749..ae9f61bb 100755
--- a/tests/platform-ci/ci-build.sh
+++ b/tests/platform-ci/ci-build.sh
@@ -235,6 +235,7 @@ upgrade_test() {
   LEAP_CMD --version
   build_from_scratch 'couchdb,soledad,mx,webapp,tor,monitor'
   deploy
+  LEAP_CMD run 'dpkg -l |grep soledad' vm
   test
 
   # Checkout HEAD of current branch and re-deploy
@@ -256,7 +257,8 @@ upgrade_test() {
   # with jq to be set to the full correct list of services
   jq '.services = ["couchdb","soledad","mx","webapp","tor_relay","monitor"]' < nodes/${NAME}.json
   deploy
-
+  LEAP_CMD run 'dpkg -l |grep soledad' vm
+  
   # pre-migration test
   test
 
-- 
GitLab