diff --git a/RTCP/Cobalt/GPUProc/src/scripts/runObservation.sh b/RTCP/Cobalt/GPUProc/src/scripts/runObservation.sh index ae52755a97e3eb80fe7311c2b7762121e8be659c..d42260a65deaca5e21cd6b70ea03b345e94c3511 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