Skip to content
Snippets Groups Projects
Commit 653268f1 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-394: Fix integration test after removing TANGO_LOFAR_LOCAL_DIR

parent 1e3a1c21
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment