diff options
Diffstat (limited to 'testing/gen-languages-all')
-rwxr-xr-x | testing/gen-languages-all | 2 |
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()) |