Skip to content

Commit 248c928

Browse files
committed
not to keep nr 2
1 parent 8e5db31 commit 248c928

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

irods/test/harness/docker_container_driver.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ if [ $VERBOSITY -gt 0 ]; then
135135
$DOCKER exec $CONTAINER bash -c 'env|grep _VERSION' | sed $'s/^/\t/'
136136
fi
137137

138+
# TODO was below: # -e "IRODS_CONTROL_PATH=$IRODS_CONTROL_PATH" \
139+
138140
$DOCKER exec ${RUN_AS_USER:+"-u$RUN_AS_USER"} \
139141
${WORKDIR:+"-w$WORKDIR"} \
140142
-e "ORIGINAL_SCRIPT_RELATIVE_TO_ROOT=$ORIGINAL_SCRIPT_RELATIVE_TO_ROOT" \

irods/test/login_auth_test.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ activate_virtual_env_with_prc_installed >/dev/null 2>&1 || { echo >&2 "couldn't
3535
server_hup=
3636
if irods_server_version ge 5.0.0; then
3737
server_hup="y"
38+
39+
# vvv TODO - remove
40+
41+
SRV_CONF=/etc/irods/server_config.json
42+
sudo su - irods <<EOF
43+
echo "SRV_CONF=$SRV_CONF">/tmp/from_irods
44+
jq '.["log_level"]["authentication"]="trace"' <$SRV_CONF >$SRV_CONF.$$
45+
mv $SRV_CONF.$$ $SRV_CONF
46+
EOF
47+
48+
# ^^^ TODO - remove
49+
3850
update_json_file $IRODS_SERVER_CONFIG \
3951
"$(newcontent $IRODS_SERVER_CONFIG tls_server_items tls_client_items)"
4052

0 commit comments

Comments
 (0)