We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aeae8f commit 4a9df26Copy full SHA for 4a9df26
irods/test/harness/test_script_parameters
@@ -4,7 +4,8 @@ declare -A wrapper_arglist=(
4
[demo.sh]="arg1 arg2"
5
[demo_A.sh]="arg1-a arg2-a"
6
[login_auth_test.py]="TestLogins"
7
- [login_auth_test_1.py]="-v TestAnonymousUser TestMiscellaneous TestWithSSL"
+ [login_auth_test_1.py]="-v TestAnonymousUser TestMiscellaneous"
8
+ [login_auth_test_2.py]="-v TestWithSSL"
9
)
10
11
# keys for Wrapper refer to argument after resolution of any symlinks
@@ -14,7 +15,7 @@ declare -A wrappers=(
14
15
[demo.sh]=./demo_hook.sh
16
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
19
20
declare -A images=(
21
[test_1.sh]=install-irods
0 commit comments