Skip to content

Commit c8a8101

Browse files
add status to model
1 parent 863d0f6 commit c8a8101

File tree

1 file changed

+1
-0
lines changed
  • sqldev/src/main/java/org/utplsql/sqldev/model/runner

1 file changed

+1
-0
lines changed

sqldev/src/main/java/org/utplsql/sqldev/model/runner/Run.xtend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class Run extends AbstractModel {
3232
String errorStack
3333
String serverOutput
3434
LinkedHashMap<String, Test> tests
35+
String status
3536

3637
new(String reporterId, String connectionName) {
3738
this.reporterId = reporterId

0 commit comments

Comments
 (0)