| ... | @@ -1330,6 +1330,7 @@ pub const TestContext = struct { | ... | @@ -1330,6 +1330,7 @@ pub const TestContext = struct { |
| 1330 | } | 1330 | } |
| 1331 | }, | 1331 | }, |
| 1332 | else => { | 1332 | else => { |
| | 1333 | std.debug.print("{s}", .{result.stderr}); |
| 1333 | dumpArgs(zig_args.items); | 1334 | dumpArgs(zig_args.items); |
| 1334 | return error.CompilationCrashed; | 1335 | return error.CompilationCrashed; |
| 1335 | }, | 1336 | }, |
| ... | @@ -1403,6 +1404,7 @@ pub const TestContext = struct { | ... | @@ -1403,6 +1404,7 @@ pub const TestContext = struct { |
| 1403 | } | 1404 | } |
| 1404 | }, | 1405 | }, |
| 1405 | else => { | 1406 | else => { |
| | 1407 | std.debug.print("{s}", .{result.stderr}); |
| 1406 | dumpArgs(zig_args.items); | 1408 | dumpArgs(zig_args.items); |
| 1407 | return error.CompilationCrashed; | 1409 | return error.CompilationCrashed; |
| 1408 | }, | 1410 | }, |