File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33declare -A wrapper_arglist=(
44 [demo.sh]="arg1 arg2"
55 [demo_A.sh]="arg1-a arg2-a"
6+ [login_auth_test.py]="TestLogins"
67)
78
89# keys for Wrapper refer to argument after resolution of any symlinks
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ add_irods_to_system_pam_configuration
1313set_up_ssl sudo
1414
1515sudo useradd -ms/bin/bash alissa
16- sudo chpasswd <<< " alissa:apass "
16+ sudo chpasswd <<< " alissa:test123 "
1717
1818update_json_file $IRODS_SERVICE_ACCOUNT_ENV_FILE \
1919 " $( newcontent $IRODS_SERVICE_ACCOUNT_ENV_FILE ssl_keys) "
@@ -27,4 +27,4 @@ update_json_file $LOCAL_ACCOUNT_ENV_FILE \
2727 " $( newcontent $LOCAL_ACCOUNT_ENV_FILE ssl_keys encrypt_keys) "
2828
2929# Run tests.
30- python -m unittest " /prc/$ORIGINAL_SCRIPT_RELATIVE_TO_ROOT " $*
30+ python " /prc/$ORIGINAL_SCRIPT_RELATIVE_TO_ROOT " $*
You can’t perform that action at this time.
0 commit comments