We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68af487 commit 7d0ad72Copy full SHA for 7d0ad72
.builder/actions/localhost_test.py
@@ -53,4 +53,4 @@ def run(self, env):
53
-Daws.crt.aws_trace_log_per_test \
54
-Daws.crt.localhost=true"):
55
# Failed
56
- actions.append("exit 1")
+ sys.exit(1)
0 commit comments