summaryrefslogtreecommitdiffstats
path: root/testing/make-archives
diff options
context:
space:
mode:
Diffstat (limited to 'testing/make-archives')
-rwxr-xr-xtesting/make-archives2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/make-archives b/testing/make-archives
index cb0b0a4..707fd88 100755
--- a/testing/make-archives
+++ b/testing/make-archives
@@ -80,4 +80,4 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
if __name__ == '__main__':
- exit(main())
+ raise SystemExit(main())