Skip to content

Commit 7d0ad72

Browse files
authored
CI script fix (#937)
1 parent 68af487 commit 7d0ad72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.builder/actions/localhost_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ def run(self, env):
5353
-Daws.crt.aws_trace_log_per_test \
5454
-Daws.crt.localhost=true"):
5555
# Failed
56-
actions.append("exit 1")
56+
sys.exit(1)

0 commit comments

Comments
 (0)