From 404e87db2577702f63672b3c174f48b4a8fb9d61 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 8 Jan 2026 16:21:22 -0500 Subject: [PATCH] Fixed a bug in PKGBUILD. --- CLAUDE.md | 11 +---------- README.md | 13 +------------ distro-packages/Arch-Linux/PKGBUILD | 1 - 3 files changed, 2 insertions(+), 23 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 054298c..ccc6887 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -37,16 +37,7 @@ meson install -C _build ## Testing -```bash -# Run all tests -test/harness/runall.sh - -# Run single test -test/harness/runone.sh - -# App-specific tests -test/harness/runall.sh -a /path/to/app/tests -``` +Manual testing is recommended. The legacy keystroke-driven test harness has been removed. ## Architecture Overview diff --git a/README.md b/README.md index 70ee6ee..764c2fc 100644 --- a/README.md +++ b/README.md @@ -196,18 +196,7 @@ rm -rf _build ### Testing -Run the regression test suite: - -```bash -# All tests -test/harness/runall.sh - -# Single test -test/harness/runone.sh - -# App-specific tests -test/harness/runall.sh -a /path/to/app/tests -``` +Manual testing is recommended. The legacy keystroke-driven test harness has been removed. ## Self-voicing diff --git a/distro-packages/Arch-Linux/PKGBUILD b/distro-packages/Arch-Linux/PKGBUILD index 9d7d62f..682e047 100644 --- a/distro-packages/Arch-Linux/PKGBUILD +++ b/distro-packages/Arch-Linux/PKGBUILD @@ -2,7 +2,6 @@ pkgname=cthulhu pkgver=2026.01.07 ->>>>>>> testing pkgrel=1 pkgdesc="Desktop-agnostic screen reader with plugin system, forked from Orca" url="https://git.stormux.org/storm/cthulhu"