summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-07-04 19:43:41 +0300
committerLars Wirzenius <liw@liw.fi>2023-07-04 21:34:19 +0300
commita2ee091cf6c701e2d2a81ecc1c10f93b9fe9d97c (patch)
tree3255024b8c77b0d8562a4915a52b1174e24f9345
parent4d0e933d0f243f771958ad3e590d69bbf304b5ac (diff)
downloadambient-ci-a2ee091cf6c701e2d2a81ecc1c10f93b9fe9d97c.tar.gz
feat: make ambient-run-script log exit code
Sponsored-by: author
-rwxr-xr-xambient-run-script1
1 files changed, 1 insertions, 0 deletions
diff --git a/ambient-run-script b/ambient-run-script
index a4483f1..b905609 100755
--- a/ambient-run-script
+++ b/ambient-run-script
@@ -85,6 +85,7 @@ class RunScript:
stderr=subprocess.STDOUT,
cwd=src,
)
+ self.msg(f"\nEXIT CODE: {p.returncode}\n")
def save_cache(self):
self.msg(f"save /workspace/cache to {self.args.cache}")