aboutsummaryrefslogtreecommitdiff
path: root/scripts/testing
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
commit4b9ef197386828f63b1c3f83cc958a80f8ad7497 (patch)
treeaa8681e198e208516fd1605787b78ba6ea0af7e9 /scripts/testing
parent79ecbc3b2139898e6a5d2e8ff3a2917182dc3656 (diff)
downloadarchsetup-4b9ef197386828f63b1c3f83cc958a80f8ad7497.tar.gz
archsetup-4b9ef197386828f63b1c3f83cc958a80f8ad7497.zip
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>
Diffstat (limited to 'scripts/testing')
-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