You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2022. It is now read-only.
Look for the diff line in the transcript, which diffs the log
file and the check file, to pick off the log file name, then
just display the contents.
For --show-diff output
```
\# starting 1 test in run
!! 1 - run/foo.scala [output differs]
% diff /home/apm/projects/snytt/test/files/run/foo-run.log /home/apm/projects/snytt/test/files/run/foo.check--- empty
+++ foo-run.log
@@ -1,0 +1,1 @@
+oops
\# 0/1 passed, 1 failed in run
```
--show-log shows
```
\# starting 1 test in run
!! 1 - run/foo.scala [output differs]
\##### Log file '/home/apm/projects/snytt/test/files/run/foo-run.log' from failed test #####
oops
\# 0/1 passed, 1 failed in run
```
where comment lines are prefixed by \ for purposes of commit message.
0 commit comments