From 03df27403840306aef757b30d1e1973863eb6672 Mon Sep 17 00:00:00 2001 From: Sam Harper Date: Tue, 9 Nov 2021 16:45:28 +0100 Subject: [PATCH] small fix to integrationTests Co-authored-by: Marino Missiroli --- HLTrigger/Configuration/scripts/hltIntegrationTests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HLTrigger/Configuration/scripts/hltIntegrationTests b/HLTrigger/Configuration/scripts/hltIntegrationTests index e2a8357f7642e..b008d7d70800f 100755 --- a/HLTrigger/Configuration/scripts/hltIntegrationTests +++ b/HLTrigger/Configuration/scripts/hltIntegrationTests @@ -205,12 +205,12 @@ while true; do shift 1 ;; "--dbproxyhost" ) - PROXYHOST="$HLTLISTPATHPROXY --dbproxyhost $2" + HLTLISTPATHPROXY="$HLTLISTPATHPROXY --dbproxyhost $2" EXTRA="$EXTRA --dbproxyhost $2" shift 2 ;; "--dbproxyport" ) - PROXYPORT="$HLTLISTPATHPROXY --dbproxyport $2" + HLTLISTPATHPROXY="$HLTLISTPATHPROXY --dbproxyport $2" EXTRA="$EXTRA --dbproxyport $2" shift 2 ;;