mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-07 18:42:25 +00:00
chore(deadcode): prune stale test hooks
This commit is contained in:
@@ -10,7 +10,6 @@ import { writeGatewayRestartIntentSync } from "../src/infra/restart.js";
|
||||
import { parseStrictIntegerOption } from "./lib/dev-tooling-safety.ts";
|
||||
import { delay, stopChild, type StopChildResult } from "./lib/gateway-bench-child.ts";
|
||||
import {
|
||||
classifyProbeErrorKind,
|
||||
getFreePort,
|
||||
parseProcessRssKb,
|
||||
readProcessRssMb,
|
||||
@@ -1635,7 +1634,6 @@ async function main() {
|
||||
|
||||
export const testing = {
|
||||
classifyGatewayReadyLog,
|
||||
classifyProbeErrorKind,
|
||||
collectOutputLines,
|
||||
collectTraceLine,
|
||||
countLsofFileDescriptors,
|
||||
|
||||
@@ -8,7 +8,6 @@ import { pathToFileURL } from "node:url";
|
||||
import { parseStrictIntegerOption } from "./lib/dev-tooling-safety.ts";
|
||||
import { delay, stopChild } from "./lib/gateway-bench-child.ts";
|
||||
import {
|
||||
classifyProbeErrorKind,
|
||||
getFreePort,
|
||||
parseProcessRssKb,
|
||||
readProcessRssMb,
|
||||
@@ -984,7 +983,6 @@ async function main() {
|
||||
|
||||
export const testing = {
|
||||
classifyGatewayReadyLog,
|
||||
classifyProbeErrorKind,
|
||||
collectResultFailures,
|
||||
collectStartupTrace,
|
||||
parseOptions,
|
||||
|
||||
Reference in New Issue
Block a user