| author | |
| committer | |
| log | 8a8f148c8cb1254a3989584c54181218434b56c9 |
| tree | 87d55406b4def9385d6b6af3de156caeeb3fd05e |
| parent | ede5dcffea5a3a5fc9fd14e4e180464633402fae |
The tests rely on the absence of terminal escape codes.1 files changed, 2 insertions(+), 0 deletions(-)
test/src/StackTrace.zig+2| ... | ... | @@ -82,6 +82,8 @@ fn addExpect( |
| 82 | 82 | }); |
| 83 | 83 | |
| 84 | 84 | const run = b.addRunArtifact(exe); |
| 85 | run.removeEnvironmentVariable("ZIG_DEBUG_COLOR"); | |
| 86 | run.setEnvironmentVariable("NO_COLOR", "1"); | |
| 85 | 87 | run.expectExitCode(1); |
| 86 | 88 | run.expectStdOutEqual(""); |
| 87 | 89 |