Skip to content

Commit e2fc46b

Browse files
committed
test: removed broken tests of deprecated code
1 parent cd47fcf commit e2fc46b

File tree

4 files changed

+3
-239
lines changed

4 files changed

+3
-239
lines changed

src/DIRAC/Core/Utilities/test/Test_gCFG.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

tests/Integration/DataManagementSystem/FIXME_DataLoggingClientTests.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

tests/Integration/DataManagementSystem/FIXME_DataLoggingDBTests.py

Lines changed: 0 additions & 122 deletions
This file was deleted.

tests/Jenkins/dirac_ci.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ installSite() {
129129
bash "installer.sh"
130130
rm "installer.sh"
131131
echo "source \"$PWD/diracos/diracosrc\"" > "$PWD/bashrc"
132+
mv "${SERVERINSTALLDIR}/etc/grid-security/"* "${SERVERINSTALLDIR}/diracos/etc/grid-security/"
133+
rm -rf "${SERVERINSTALLDIR}/etc"
134+
ln -s "${SERVERINSTALLDIR}/diracos/etc" "${SERVERINSTALLDIR}/etc"
132135
source diracos/diracosrc
133136
for module_path in "${ALTERNATIVE_MODULES[@]}"; do
134137
pip install ${PIP_INSTALL_EXTRA_ARGS:-} "${module_path}[server]"

0 commit comments

Comments
 (0)