Skip to content

Commit beaa171

Browse files
author
Robin VAN DE MERGHEL
committed
wip
1 parent bb0b367 commit beaa171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Jenkins/dirac_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ installSite() {
169169
fi
170170

171171
# Call findFutureServices and read services into an array
172-
mapfile -t futureServices < <(python -m DIRAC.Core.Utilities.Extensions findFutureServices | grep -v TokenManager | grep -v ^ConfigurationSystem | grep -v RAWIntegrity | grep -v RunDBInterface | grep -v ComponentMonitoring | grep -v Tornado | sed 's/System / /g' | sed 's/Handler//g' | sed 's/Client//g' | sed 's/ /\//g')
172+
mapfile -t futureServices < <(python -m DIRAC.Core.Utilities.Extensions findFutureServices | sed 's/System / /g' | sed 's/Handler//g' | sed 's/Client//g' | sed 's/ /\//g')
173173

174174
# If there are any services, add them to the args
175175
if [[ ${#futureServices[@]} -gt 0 ]]; then

0 commit comments

Comments
 (0)