#19046 What does 247 exit code mean?
New discussion created by
tobiasjcat
Hey,
I'm running pants 2.15.0 to run a set of unittest cases but I keep getting this error only when running the code with pants. When I run the test cases locally with pytest they succeed.
ā <dir>/<dir>/test_<name>.py:test failed in 1280.49s.
Process exited with code 247
What does this mean? How can I address it?
pantsbuild/pants