From b8ceef49347d675e1c066e765dd3bef8e4c357eb Mon Sep 17 00:00:00 2001 From: iarspider Date: Mon, 23 Oct 2023 15:43:37 +0200 Subject: [PATCH] TestGeneratorInterfacePythia8ConcurrentGeneratorFilter: follow redirects --- ...Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh b/GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh index 2b942c1fdbfd1..426fedafe1ce0 100755 --- a/GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh +++ b/GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh @@ -1,6 +1,6 @@ #!/bin/bash -ex -curl -s -k https://cms-pdmv.cern.ch/mcm/public/restapi/requests/get_fragment/BTV-RunIISummer20UL17GEN-00002 --retry 3 --create-dirs -o GIP8/BTV-RunIISummer20UL17GEN-00002-fragment.py +curl -L -s -k https://cms-pdmv.cern.ch/mcm/public/restapi/requests/get_fragment/BTV-RunIISummer20UL17GEN-00002 --retry 3 --create-dirs -o GIP8/BTV-RunIISummer20UL17GEN-00002-fragment.py touch GIP8/__init__.py export PYTHONPATH="${PWD}${PYTHONPATH:+:$PYTHONPATH}"