Skip to content

Commit 4a9df26

Browse files
committed
separate container run for env-modifying test
1 parent 9aeae8f commit 4a9df26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

irods/test/harness/test_script_parameters

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ declare -A wrapper_arglist=(
44
[demo.sh]="arg1 arg2"
55
[demo_A.sh]="arg1-a arg2-a"
66
[login_auth_test.py]="TestLogins"
7-
[login_auth_test_1.py]="-v TestAnonymousUser TestMiscellaneous TestWithSSL"
7+
[login_auth_test_1.py]="-v TestAnonymousUser TestMiscellaneous"
8+
[login_auth_test_2.py]="-v TestWithSSL"
89
)
910

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

17-
# keys for Image and User refer to the wrapper script
18+
# keys for Image and User refer to the basename after resolution to a wrapper if one is used
1819

1920
declare -A images=(
2021
[test_1.sh]=install-irods

0 commit comments

Comments
 (0)