Jon Meow 4 жил өмнө
parent
commit
03bfe9018e

+ 1 - 1
bazel/testing/lit_test.py

@@ -47,7 +47,7 @@ def main():
         subprocess.check_call(args=args + parsed_args.lit_args, env=env)
         subprocess.check_call(args=args + parsed_args.lit_args, env=env)
     except subprocess.CalledProcessError as e:
     except subprocess.CalledProcessError as e:
         # Print without the stack trace.
         # Print without the stack trace.
-        print(e)
+        exit(e)
 
 
 
 
 if __name__ == "__main__":
 if __name__ == "__main__":