how to omit COMMAND EXECUTION ERROR when test fails
I am running an AWS CodePipeline and running a pytest, according to the success or failure I will run the scripts. But my make test when failed exists with COMMAND EXECUTION ERROR . How can I stop the scripting from existing, rather use the result from the script in running other tasks.
MakeFile Do not stop the script in case of failure
I am running an AWS CodePipeline and running a pytest, according to the success failure I will run the scripts. But my make test is exiting with the failure. How can I stop the scripting from existing, rather use the result from the script in running other tasks.