Skip to content

Commit

Permalink
separate container run for env-modifying test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-w-moore committed Mar 14, 2024
1 parent 9aeae8f commit 4a9df26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions irods/test/harness/test_script_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ declare -A wrapper_arglist=(
[demo.sh]="arg1 arg2"
[demo_A.sh]="arg1-a arg2-a"
[login_auth_test.py]="TestLogins"
[login_auth_test_1.py]="-v TestAnonymousUser TestMiscellaneous TestWithSSL"
[login_auth_test_1.py]="-v TestAnonymousUser TestMiscellaneous"
[login_auth_test_2.py]="-v TestWithSSL"
)

# keys for Wrapper refer to argument after resolution of any symlinks
Expand All @@ -14,7 +15,7 @@ declare -A wrappers=(
[demo.sh]=./demo_hook.sh
)

# keys for Image and User refer to the wrapper script
# keys for Image and User refer to the basename after resolution to a wrapper if one is used

declare -A images=(
[test_1.sh]=install-irods
Expand Down

0 comments on commit 4a9df26

Please sign in to comment.