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 ;;