File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ declare -A wrapper_arglist=(
11
11
# keys for Wrapper refer to argument after resolution of any symlinks
12
12
13
13
declare -A wrappers=(
14
- [login_auth_test .py]=./login_auth_test.sh
14
+ [login_auth_test_must_run_manually .py]=./login_auth_test.sh
15
15
[PRC_issue_362.bats]=./login_auth_test.sh
16
16
[test001_pam_password_expiration.bats]=../login_auth_test.sh
17
17
[demo.sh]=./demo_hook.sh
@@ -20,12 +20,13 @@ declare -A wrappers=(
20
20
# keys for Image and User refer to the basename after resolution to a wrapper if one is used
21
21
22
22
declare -A images=(
23
+ [login_auth_test.sh]=bats-python3
23
24
[test_1.sh]=install-irods
24
25
[test_2.sh]=bats-python3
25
26
[test_3.bats]=bats-python3
26
27
[experiment.sh]=ssl-and-pam
27
28
[fail.sh]=ssl-and-pam
28
- [login_auth_test.sh ]=ssl-and-pam
29
+ [login_auth_test_must_run_manually.py ]=ssl-and-pam
29
30
[demo_hook.sh]=ssl-and-pam
30
31
)
31
32
Original file line number Diff line number Diff line change 1
- login_auth_test .py
1
+ login_auth_test_must_run_manually .py
Original file line number Diff line number Diff line change 1
- login_auth_test .py
1
+ login_auth_test_must_run_manually .py
You can’t perform that action at this time.
0 commit comments