forked from rosa/hakurei
Compare commits
12 Commits
pkgserver-
...
525e413e75
| Author | SHA1 | Date | |
|---|---|---|---|
|
525e413e75
|
|||
|
2c32cc7812
|
|||
|
48bf09c2c8
|
|||
|
a743439ccb
|
|||
|
7f39e764ea
|
|||
|
1ac9e120d1
|
|||
|
d512e7900d
|
|||
|
3a5a15b36f
|
|||
|
90804b5653
|
|||
|
98b37cedf3
|
|||
|
f57d7fda33
|
|||
|
fce0375aef
|
@@ -5,11 +5,11 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<link rel="icon" href="https://hakurei.app/favicon.ico"/>
|
<link rel="icon" href="https://hakurei.app/favicon.ico"/>
|
||||||
<title>Rosa OS Packages</title>
|
<title>Hakurei PkgServer</title>
|
||||||
<script src="index.js"></script>
|
<script src="index.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Rosa OS Packages</h1>
|
<h1>Hakurei PkgServer</h1>
|
||||||
<div class="top-controls" id="top-controls-regular">
|
<div class="top-controls" id="top-controls-regular">
|
||||||
<p>Showing entries <span id="entry-counter"></span>.</p>
|
<p>Showing entries <span id="entry-counter"></span>.</p>
|
||||||
<span id="search-bar">
|
<span id="search-bar">
|
||||||
|
|||||||
@@ -446,7 +446,7 @@ interface GoNode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Used to display results via `go test`, via some glue code from the Go side.
|
// Used to display results via `go test`, via some glue code from the Go side.
|
||||||
// TODO(ophestra): said glue code has to be written.
|
// TODO(Ophestra): said glue code has to be written.
|
||||||
export class GoTestReporter implements Reporter {
|
export class GoTestReporter implements Reporter {
|
||||||
register(suites: TestGroup[]) {
|
register(suites: TestGroup[]) {
|
||||||
console.log(JSON.stringify(suites.map(GoTestReporter.serialize)));
|
console.log(JSON.stringify(suites.map(GoTestReporter.serialize)));
|
||||||
|
|||||||
Reference in New Issue
Block a user