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 Sep 19, 2024
1 parent f6c62fe commit 0ed6470
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions misc/player/renamer.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public static String guessName(String s, boolean basic) {
s = s.replaceAll("\\.", " ");
s = s.replaceAll("'", "");
s = s.replaceAll("`", "");
s = s.replaceAll("\"", "");
s = s.replaceAll(" ", " ").trim();
s = s.replaceAll("- \\.", "- ").trim();
String a = "";
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 v24.9.19-cur, done by sprscc13@mrn0b0dy.
-;-;-;2024-09-19 13:22:14, took 00:15:20, with 60 workers, on 3532 cases, 0 failed, 0 traces, 3 retries
-;-;-;2024-09-19 14:23:27, took 00:13:09, with 60 workers, on 3532 cases, 0 failed, 0 traces, 2 retries
-;-;-;./rtr.bin
http://sources.freertr.org/cfg/basic01.tst;basic01.tst;success;dummy test
http://sources.freertr.org/cfg/basic02.tst;basic02.tst;success;interface with slot
Expand Down
2 changes: 1 addition & 1 deletion src/rtr.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</style>
<title>tester</title></head><body>
release: freeRouter v24.9.19-cur, done by sprscc13@mrn0b0dy.<br/>
tested: 2024-09-19 13:22:14, took 00:15:20, with 60 workers, on 3532 cases, 0 failed, 0 traces, 3 retries<br/>
tested: 2024-09-19 14:23:27, took 00:13:09, with 60 workers, on 3532 cases, 0 failed, 0 traces, 2 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
2 changes: 1 addition & 1 deletion src/rtr8.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url;file;result;test
-;-;-;freeRouter v24.9.19-cur, done by sprscc13@mrn0b0dy.
-;-;-;2024-09-19 13:32:43, took 00:10:08, with 60 workers, on 631 cases, 0 failed, 0 traces, 5 retries
-;-;-;2024-09-19 14:32:18, took 00:08:29, with 60 workers, on 631 cases, 0 failed, 0 traces, 5 retries
-;-;-;./rtr.bin
http://sources.freertr.org/cfg/p4lang-acl001.tst;p4lang-acl001.tst;success;p4lang: copp
http://sources.freertr.org/cfg/p4lang-acl002.tst;p4lang-acl002.tst;success;p4lang: ingress access list
Expand Down
2 changes: 1 addition & 1 deletion src/rtr8.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</style>
<title>tester</title></head><body>
release: freeRouter v24.9.19-cur, done by sprscc13@mrn0b0dy.<br/>
tested: 2024-09-19 13:32:43, took 00:10:08, with 60 workers, on 631 cases, 0 failed, 0 traces, 5 retries<br/>
tested: 2024-09-19 14:32:18, took 00:08:29, with 60 workers, on 631 cases, 0 failed, 0 traces, 5 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 0ed6470

Please sign in to comment.