File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 working-directory : ./irods/test/harness
1414 strategy :
1515 matrix :
16- python : ['3.9','3.13']
16+ # # python: ['3.9','3.13']
1717 # irods_server: ['4.3.4']
18- irods_server : ['4.3.4','5.0.1']
18+ # #irods_server: ['4.3.4','5.0.1']
19+ python : ['3.9']
20+ irods_server : ['5.0.1']
1921
2022 steps :
2123 - name : Checkout
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ update_json_file $IRODS_SERVICE_ACCOUNT_ENV_FILE \
2323activate_virtual_env_with_prc_installed > /dev/null 2>&1 || { echo >&2 " couldn't set up virtual environment" ; exit 1; }
2424
2525# Set up testuser with rods+SSL so we never have to run login_auth_tests.py as the service account.
26- iinit_as_rods > /dev/null 2>&1 || { echo >&2 " couldn't iinit as rods" ; exit 2; }
26+ echo " calling --> iinit_as_rods"
27+ iinit_as_rods || { echo >&2 " couldn't iinit as rods" ; exit 2; }
2728
2829# Configure clients with admin user but no TLS yet because that requires a rebounce (or rescan-config) in >= iRODS 5.0
2930
You can’t perform that action at this time.
0 commit comments