Skip to content

Commit d0df05e

Browse files
fix(tests): added logs from other field in forge output
1 parent 20d058f commit d0df05e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vscode/src/tests/test-manager.ts

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ export class TestManager {
144144

145145
for (const suiteResult of Object.values(result)) {
146146
for (const testResult of Object.values(suiteResult.test_results)) {
147+
logs = logs.concat(testResult.reason ?[testResult.reason] : []);
147148
logs = logs.concat(testResult.decoded_logs);
148149
}
149150
}

0 commit comments

Comments
 (0)