Commit b5479c5
committed
Show
This diff is more familiar and consistent across systems. We can assume
that all developers of Dotty have git installed.
When a checkfile fails we now show
```diff
Test output dumped in: tests/run/xyz.check.out
- See diff of the checkfile (`brew install icdiff` for colored diff)
- > diff tests/run/xyz.check tests/run/xyz.check.out
+ See diff of the checkfile (`--color=always` for colored diff)
+ > git diff --no-index -- tests/run/xyz.check tests/run/xyz.check.out
Replace checkfile with current output
> mv tests/run/xyz.check.out tests/run/xyz.check
```git diff command on checkfile failure1 parent eae8831 commit b5479c5
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | | - | |
18 | | - | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments