Skip to content
Snippets Groups Projects
Commit 820e11aa authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-816: Merge remote-tracking branch 'origin/LOFAR-Release-4_0' into SW-816

parents 3bccd791 b21b0bf5
No related branches found
No related tags found
2 merge requests!59Merge LOFAR-Release-4_0 into master,!57Resolve SW-816
......@@ -105,7 +105,9 @@ echo "Cobalt.FinalMetaDataGatherer.host=localhost" >> tstartBGL.in_parset
# Run forever
echo "Observation.stopTime=2100-01-01 00:00:00" >> tstartBGL.in_parset
startBGL.sh 1 2 3 tstartBGL.in_parset 1000 || error "startBGL.sh failed"
PARSET=$LOFARROOT/var/run/rtcp-1000.parset # filename expected by stopBGL.sh
cp tstartBGL.in_parset $PARSET
startBGL.sh 1 2 3 $PARSET 1000 || error "startBGL.sh failed"
# We expect rtcp to still run, because it takes several
# seconds to initialise. If rtcp is already done, stopBGL.sh
......
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