forked from rosa/hakurei
Compare commits
13 Commits
525e413e75
...
pkgserver-
| Author | SHA1 | Date | |
|---|---|---|---|
|
2de690e9d6
|
|||
|
058962ca5b
|
|||
|
086cf02d69
|
|||
|
aeb90feaa9
|
|||
|
ba632368f3
|
|||
|
69a1fe4474
|
|||
|
f7ef64a2f5
|
|||
|
ca62d95559
|
|||
|
06ac81cc07
|
|||
|
1b54841d62
|
|||
|
f24ebceb9c
|
|||
|
d90d0aaef8
|
|||
|
99b324fb17
|
@@ -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>Hakurei PkgServer</title>
|
<title>Rosa OS Packages</title>
|
||||||
<script src="index.js"></script>
|
<script src="index.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Hakurei PkgServer</h1>
|
<h1>Rosa OS Packages</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