We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d201a commit be64a0cCopy full SHA for be64a0c
tests/CI/install_server.sh
@@ -100,7 +100,7 @@ then
100
dirac-restart-component Configuration Server "$DEBUG"
101
sleep 5
102
dirac-restart-component Tornado Tornado -ddd
103
- done< <(python -m DIRAC.Core.Utilities.Extensions findServices | grep Tornado | grep -v Configuration | sed -e 's/Handler//g' -e 's/System//g')
+ done< <(python -m DIRAC.Core.Utilities.Extensions findServices | grep Tornado | grep -v Configuration | grep -v ComponentMonitoring | sed -e 's/Handler//g' -e 's/System//g')
104
105
echo -e "*** $(date -u) **** DONE Installing Tornado services"
106
fi
0 commit comments