diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-08-13 18:25:17 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-08-13 18:25:17 -0500 |
| commit | b6759396e659f810cfd677e6af0ddabd61030537 (patch) | |
| tree | 8268d7b3c4cd09e1a4a63653e8a1ccf73c50be31 /testcase.go | |
| parent | 7312171436592b822a8418dcd86ec3eb468fb895 (diff) | |
Opt to show CLI output over JSON output
Diffstat (limited to 'testcase.go')
| -rw-r--r-- | testcase.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcase.go b/testcase.go index d3fe8ed..8506b84 100644 --- a/testcase.go +++ b/testcase.go @@ -11,8 +11,8 @@ const ( type TestResult struct { Id string Status TestStatus - FailureMsg string DebugOutput string + TestOutput string } type TestCase struct { |
