Set actualResult (#703)

actual Result is used later on to get actual value and the --include-test-output values but it never got set so its always empty.
pull/707/head^2
yoavrotems 4 years ago committed by GitHub
parent 1899f26bc1
commit 041c437339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -169,6 +169,7 @@ func (t testItem) execute(s string) *testOutput {
}
}
result.actualResult = s
return result
}

Loading…
Cancel
Save