We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d96cbe commit c16c0a2Copy full SHA for c16c0a2
testscript/testdata/big_diff.txt
@@ -7,7 +7,6 @@ env
7
cmpenv stdout stdout.golden
8
9
-- stdout.golden --
10
-
11
> cmp a b
12
FAIL: $$WORK${/}dir${/}script.txt:1: large files a and b differ
13
-- dir/script.txt --
testscript/testdata/long_diff.txt
@@ -110,7 +110,6 @@ cmpenv stdout stdout.golden
110
>a
111
112
113
114
115
--- a
116
+++ b
testscript/testscript.go
@@ -426,7 +426,7 @@ func (ts *TestScript) run() {
426
427
markTime()
428
// Flush testScript log to testing.T log.
429
- ts.t.Log("\n" + ts.abbrev(ts.log.String()))
+ ts.t.Log(ts.abbrev(ts.log.String()))
430
}()
431
defer func() {
432
ts.deferred()
0 commit comments