Skip to content

Commit 903497b

Browse files
committed
replace actions.append from the localhost_test.py
1 parent 5557472 commit 903497b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)