summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-29 08:48:09 -0600
committerCraig Jennings <c@cjennings.net>2026-01-29 08:48:09 -0600
commiteb120910415d40dd76bff7efe59927248d9125d1 (patch)
treeaa8681e198e208516fd1605787b78ba6ea0af7e9
parenta2ab1f87f78ae9dfcd433587105ce9388a154d2b (diff)
fix(test): use local repo for archsetup instead of remote
Set ARCHSETUP_REPO=/tmp/archsetup-test in VM config so archsetup uses the bundled test repo instead of cloning from remote server. This ensures tests use the current local changes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
-rw-r--r--scripts/testing/archsetup-vm.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/testing/archsetup-vm.conf b/scripts/testing/archsetup-vm.conf
index 4117278..12350a7 100644
--- a/scripts/testing/archsetup-vm.conf
+++ b/scripts/testing/archsetup-vm.conf
@@ -3,6 +3,9 @@
#
# Usage: ./archsetup --config-file /tmp/archsetup-test/archsetup-vm.conf
+# Use local test copy instead of cloning from remote
+ARCHSETUP_REPO=/tmp/archsetup-test
+
USERNAME=cjennings
PASSWORD=archsetup
LOCALE=en_US.UTF-8