From 20d27a382bd1af7e268addecf58dee0757285915 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 28 Oct 2021 11:58:36 +0200
Subject: [PATCH] L2SS-446: Build everythign, as almost all of it is needed
 anyway

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

diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh
index 460c585ee..4e988f7fc 100755
--- a/sbin/run_integration_test.sh
+++ b/sbin/run_integration_test.sh
@@ -12,8 +12,7 @@ fi
 cd "$LOFAR20_DIR/docker-compose" || exit 1
 
 # Make sure builds are recent, and use our building parameters.
-make build device-sdp device-recv device-sst device-unb2 device-xst sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim
-make build databaseds dsconfig elk integration-test
+make build
 
 # Start and stop sequence
 make stop device-sdp device-recv device-sst device-unb2 device-xst sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim
-- 
GitLab