From e288106c024e3965de897cd728e3e07e931d0cf7 Mon Sep 17 00:00:00 2001 From: Alexander van Amesfoort <amesfoort@astron.nl> Date: Thu, 9 Jan 2014 22:00:29 +0000 Subject: [PATCH] Task #5395: fix up comment of prev commit --- RTCP/Cobalt/GPUProc/src/scripts/runObservation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RTCP/Cobalt/GPUProc/src/scripts/runObservation.sh b/RTCP/Cobalt/GPUProc/src/scripts/runObservation.sh index ae52755a97e..d42260a65de 100755 --- a/RTCP/Cobalt/GPUProc/src/scripts/runObservation.sh +++ b/RTCP/Cobalt/GPUProc/src/scripts/runObservation.sh @@ -176,7 +176,7 @@ do [ "$h" == "`hostname`" ] && continue; # Ignore hosts that already have the parset (for example, through NFS). -# Disabled: buggy for manual tests that re-use a localhome parset filename, but have updated the file content. + # NOTE: Buggy for manual tests that re-use a localhome parset filename, but have updated the file content. timeout $KILLOPT 5s ssh -qn $h [ -e $PARSET ] && continue; # Copy parset to remote node -- GitLab