Skip to content

Commit c6b5982

Browse files
committed
Update tests for httpserver.
1 parent e9d3dcf commit c6b5982

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jmx_prometheus_javaagent/src/test/java/io/prometheus/jmx/TestApplication.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ public static void main(String[] args) throws IOException {
77
System.out.println();
88
System.out.flush();
99
System.in.read();
10+
System.exit(0);
1011
}
1112
}

0 commit comments

Comments
 (0)