From 9f891839cda02ff8d5dd52a3f804e03b1559205d Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 30 Mar 2022 10:57:51 +0200
Subject: [PATCH] L2SS-677: log tango database logs as well

---
 sbin/run_integration_test.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh
index e0ceefd65..91952e017 100755
--- a/sbin/run_integration_test.sh
+++ b/sbin/run_integration_test.sh
@@ -86,10 +86,10 @@ then
   make run integration-test recv_cluster || TEST_RESULT=$?
 fi
 
-# Dump logs of important devices
-for device in $DEVICES
+# Dump logs of important containers
+for container in $DEVICES databaseds dsconfig tangodb
 do
-  docker logs "${CONTAINER_NAME_PREFIX}${device}" >& "${ARTIFACT_DIR}/${device}.log"
+  docker logs "${CONTAINER_NAME_PREFIX}${container}" >& "${ARTIFACT_DIR}/${container}.log"
 done
 
 exit $TEST_RESULT
-- 
GitLab