Skip to content

Commit b6ab495

Browse files
committed
fix (tests): fix diracCredentials hack to use --nocs key
1 parent 446cac3 commit b6ab495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Jenkins/utilities.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ diracCredentials() {
607607
echo '==> [diracCredentials]'
608608

609609
sed -i 's/commitNewData = CSAdministrator/commitNewData = authenticated/g' "${SERVERINSTALLDIR}/etc/Configuration_Server.cfg"
610-
if ! dirac-login dirac_admin -C "${SERVERINSTALLDIR}/user/client.pem" -K "${SERVERINSTALLDIR}/user/client.key" "${DEBUG}"; then
610+
if ! dirac-login dirac_admin --nocs -C "${SERVERINSTALLDIR}/user/client.pem" -K "${SERVERINSTALLDIR}/user/client.key" "${DEBUG}"; then
611611
echo 'ERROR: dirac-login failed' >&2
612612
exit 1
613613
fi

0 commit comments

Comments
 (0)