From 653268f1500b34eef1ae5312fb30b760447a310e Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 6 Oct 2021 19:48:50 +0200
Subject: [PATCH] L2SS-394: Fix integration test after removing
 TANGO_LOFAR_LOCAL_DIR

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

diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh
index 3b7c09e51..9d9ec12ae 100755
--- a/sbin/run_integration_test.sh
+++ b/sbin/run_integration_test.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -e
 
 if [ -z "$LOFA20_DIR"]; then
     # We assume we aren't in the PATH, so we can derive our path.
@@ -18,7 +18,7 @@ make start databaseds dsconfig jupyter elk
 sleep 15
 
 # Update the dsconfig
-sbin/update_ConfigDb.sh CDB/integration_ConfigDb.json
+${LOFAR20_DIR}/sbin/update_ConfigDb.sh ${LOFAR20_DIR}/CDB/integration_ConfigDb.json
 
 cd "$LOFAR20_DIR/docker-compose" || exit 1
 make start sdptr-sim recv-sim unb2-sim
-- 
GitLab