GithubHelp home page GithubHelp logo

Comments (5)

muktadadariya avatar muktadadariya commented on August 29, 2024

Can I use pipefail with "taskcat test clean "?

from action-taskcat.

ShahradR avatar ShahradR commented on August 29, 2024

Can I use pipefail with "taskcat test clean "?

@muktadadariya I think that should work! The pipefail option controls which exit codes are returned in Bash pipelines – as long as taskcat returns a non-zero exit code, pipefail should be able to catch that.

For your specific example, we can run taskcat test clean ALL | echo "Hello World" in a scenario where taskcat returns an error (in my case, I enabled termination protection on the stack). When pipefail isn't set, we won't catch the error because echo "Hello World" runs last and always returns 0. Once set, taskcat's exit code of 1 is returned by the pipeline instead.

Running pipeline without the pipefail option set
asciicast

Running pipeline with the pipefail option set
asciicast

For more info on the subject, Tom Van Eyck's blog post details the pipefail option along with a bunch of other ones you can set to make your shell scripts more robust. You can also take a look at the "Pipelines" section of the Bash reference manual for information on Bash pipelines in general. Hope this helps!

from action-taskcat.

github-actions avatar github-actions commented on August 29, 2024

🎉 This issue has been resolved in version 1.0.0-develop.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

from action-taskcat.

github-actions avatar github-actions commented on August 29, 2024

🎉 This issue has been resolved in version 1.0.0-develop.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

from action-taskcat.

github-actions avatar github-actions commented on August 29, 2024

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

from action-taskcat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.