summaryrefslogtreecommitdiffstats
path: root/testing/zipapp/make
diff options
context:
space:
mode:
Diffstat (limited to 'testing/zipapp/make')
-rwxr-xr-xtesting/zipapp/make2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/zipapp/make b/testing/zipapp/make
index 8740b2f..55b6d2c 100755
--- a/testing/zipapp/make
+++ b/testing/zipapp/make
@@ -106,4 +106,4 @@ def main() -> int:
if __name__ == '__main__':
- exit(main())
+ raise SystemExit(main())