summaryrefslogtreecommitdiffstats
path: root/testing/gen-languages-all
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gen-languages-all')
-rwxr-xr-xtesting/gen-languages-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gen-languages-all b/testing/gen-languages-all
index 51e4bce..c933c14 100755
--- a/testing/gen-languages-all
+++ b/testing/gen-languages-all
@@ -25,4 +25,4 @@ def main() -> int:
if __name__ == '__main__':
- exit(main())
+ raise SystemExit(main())