Skip to content

Commit

Permalink
small fix to integrationTests
Browse files Browse the repository at this point in the history
Co-authored-by: Marino Missiroli <[email protected]>
  • Loading branch information
Sam-Harper and missirol committed Nov 9, 2021
1 parent cab0c62 commit 03df274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/scripts/hltIntegrationTests
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 03df274

Please sign in to comment.