-
Type:
Task
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Go Drivers
-
Not Needed
-
Context
bash run-atlas-test.sh i s always returning exit code 0 from the script (so the shell.exec succeeds) because the script ends with a tee. The returned exit code is the exit code of tee, not the go run invocation.
Definition of done
Ensure that a failed atlas test results in a build failure.
Pitfalls
None