You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Currently any failed commands will output at the time of failure and there isn't a summary report.
For example, I had this happen today.
cp /QOpenSys/usr/icu4c/lib/libicutest.a /QOpenSys/ibmichroot_containers/node2/QOpenSys/usr/icu4c/lib/libicutest.a
cp: /QOpenSys/usr/icu4c/lib/libicutest.a: A file or directory in the path name does not exist.
I saw the above error only because I scrolled through many lines of logs.
I propose we store failures in an array and print them out at the very end.
Original report by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).
Currently any failed commands will output at the time of failure and there isn't a summary report.
For example, I had this happen today.
I saw the above error only because I scrolled through many lines of logs.
I propose we store failures in an array and print them out at the very end.