Skip to content

Commit

Permalink
Remove encoding and verbosity, fix CMCI test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kiera-bennett committed Oct 22, 2024
1 parent fd7ebe7 commit 34be208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/integration/targets/cics_data_set/runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sed -e "s/MODULE_NAME/transaction_dump/g" -e "s/DATA_SET_NAME_LOWER/dfhdmpa/g
# For debug, uncomment this to save the generated playbooks to the output directory if you want to see the effect of the sed commands
# cp -r playbooks $ANSIBLE_COLLECTIONS_PATH/ansible_collections/ibm/ibm_zos_cics/tests/output/templates

ansible-playbook -i "$INV_PATH" -e "@$VAR_PATH" -e "@$ZOS_ENV" -e "{data_set_name: DFHTEMP, vsam: true}" playbooks/initial_absent_aux_temp_storage.yml -vvvv
ansible-playbook -i "$INV_PATH" -e "@$VAR_PATH" -e "@$ZOS_ENV" -e "{data_set_name: DFHTEMP, vsam: true}" playbooks/initial_absent_aux_temp_storage.yml
ansible-playbook -i "$INV_PATH" -e "@$VAR_PATH" -e "@$ZOS_ENV" -e "{data_set_name: DFHCSD, vsam: true, recreate: true}" playbooks/initial_absent_csd.yml
ansible-playbook -i "$INV_PATH" -e "@$VAR_PATH" -e "@$ZOS_ENV" -e "{data_set_name: DFHGCD, vsam: true, start: true}" playbooks/initial_absent_global_catalog.yml
ansible-playbook -i "$INV_PATH" -e "@$VAR_PATH" -e "@$ZOS_ENV" -e "{data_set_name: DFHINTRA, vsam: true}" playbooks/initial_absent_td_intrapartition.yml
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/variables/template.zos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ environment_vars:
_TAG_REDIR_IN: "txt"
_TAG_REDIR_OUT: "txt"
LANG: "C"
TMPDIR: "/u/{{ ansible_user }}/tmp"
PYTHONSTDINENCODING: "cp1047"
TMPDIR: "/u/{{ ansible_user | lower }}/tmp"

0 comments on commit 34be208

Please sign in to comment.