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=(
1111# keys for Wrapper refer to argument after resolution of any symlinks
1212
1313declare -A wrappers=(
14- [login_auth_test .py]=./login_auth_test.sh
14+ [login_auth_test_must_run_manually .py]=./login_auth_test.sh
1515 [PRC_issue_362.bats]=./login_auth_test.sh
1616 [test001_pam_password_expiration.bats]=../login_auth_test.sh
1717 [demo.sh]=./demo_hook.sh
@@ -20,12 +20,13 @@ declare -A wrappers=(
2020# keys for Image and User refer to the basename after resolution to a wrapper if one is used
2121
2222declare -A images=(
23+ [login_auth_test.sh]=bats-python3
2324 [test_1.sh]=install-irods
2425 [test_2.sh]=bats-python3
2526 [test_3.bats]=bats-python3
2627 [experiment.sh]=ssl-and-pam
2728 [fail.sh]=ssl-and-pam
28- [login_auth_test.sh ]=ssl-and-pam
29+ [login_auth_test_must_run_manually.py ]=ssl-and-pam
2930 [demo_hook.sh]=ssl-and-pam
3031)
3132
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