Skip to content

Commit 39b1cc1

Browse files
committed
debug output for iinit; limit matrix
1 parent 7678844 commit 39b1cc1

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/run-bats-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
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

irods/test/login_auth_test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ update_json_file $IRODS_SERVICE_ACCOUNT_ENV_FILE \
2323
activate_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

0 commit comments

Comments
 (0)