Skip to content

Commit

Permalink
automatic commit at releng box
Browse files Browse the repository at this point in the history
  • Loading branch information
mc36 committed Apr 4, 2022
1 parent f5f0211 commit 6f4d1af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/net/freertr/pipe/pipeShell.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ protected synchronized void kill(int stat) {
ProcessHandle[] childs = new ProcessHandle[0];
try {
Stream<ProcessHandle> descends = process.descendants();
childs = (ProcessHandle[]) descends.toArray();
childs = descends.toArray(ProcessHandle[]::new);
} catch (Exception e) {
}
try {
Expand Down
2 changes: 1 addition & 1 deletion src/rtr.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url;file;result;test
-;-;-;freeRouter v22.4.4-cur, done by cs@nop.
-;-;-;2022-04-04 15:12:22, took 00:08:12, with 80 workers, on 2830 cases, 0 failed, 0 traces, 2 retries
-;-;-;2022-04-04 15:48:08, took 00:09:18, with 80 workers, on 2830 cases, 0 failed, 0 traces, 3 retries
-;-;-;./rtr.bin
http://sources.freertr.net/cfg/basic.tst;basic.tst;success;dummy test
http://sources.freertr.net/cfg/conn-amt01.tst;conn-amt01.tst;success;amt over ipv4
Expand Down
2 changes: 1 addition & 1 deletion src/rtr.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</style>
<title>tester</title></head><body>
release: freeRouter v22.4.4-cur, done by cs@nop.<br/>
tested: 2022-04-04 15:12:22, took 00:08:12, with 80 workers, on 2830 cases, 0 failed, 0 traces, 2 retries<br/>
tested: 2022-04-04 15:48:08, took 00:09:18, with 80 workers, on 2830 cases, 0 failed, 0 traces, 3 retries<br/>
jvm: ./rtr.bin<br/>
<br/>
<table><thead><tr><td><b>file</b></td><td><b>result</b></td><td><b>test</b></td></tr></thead><tbody>
Expand Down

0 comments on commit 6f4d1af

Please sign in to comment.