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
@akaszynski @pyvista/developers The following are excellent tools I have used for testing and maintaining portable shell scripts:
shunit2- an xUnit-based unit test framework for Bourne-based shell scripts
shflags - a portable alternative to getopt for flags processing
shellcheck - a static code analyzer for shell scripts
I recommend we incorporate these into this repo if we are serious about maintaining shell scripts for benchmarking. I have used these extensively and highly recommend them. Please let me know your thoughts.
The text was updated successfully, but these errors were encountered:
adam-grant-hendry
changed the title
FR: Add shunit2 and shflags for Scripting Support
FR: Add shunit2, shflags, and shellcheck for Shell Script Support
Apr 19, 2022
@akaszynski @pyvista/developers The following are excellent tools I have used for testing and maintaining portable shell scripts:
getopt
for flags processingI recommend we incorporate these into this repo if we are serious about maintaining shell scripts for benchmarking. I have used these extensively and highly recommend them. Please let me know your thoughts.
The text was updated successfully, but these errors were encountered: