Skip to content
Snippets Groups Projects

Sweeping !26826 from 21.3 to 21.0. Adapt trigger validation scipts to changes in ART

Merged Sweeping !26826 from 21.3 to 21.0. Adapt trigger validation scipts to changes in ART
Merged Atlas Nightlybuild requested to merge cherry-pick-c9c16a3e45-21.0 into 21.0
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
@@ -60,7 +60,12 @@ fi
######################################
# Generate empty PoolFileCatalog.xml - this prevents incorrect handling of crashes on the grid
art.py createpoolfile
# Generate empty PoolFileCatalog.xml - this prevents incorrect handling of crashes on the grid
ART_AVAILABLE=`which art.py >/dev/null 2>&1; echo $?`
if [[ $ART_AVAILABLE == "0" ]]; then
echo "Executing art.py createpoolfile"
art.py createpoolfile
fi
######################################
Loading