diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-29 08:48:09 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-29 08:48:09 -0600 |
| commit | 56da76f88fce6f23e4e9822ea52de5bab6046db1 (patch) | |
| tree | 1c85b21f58ea279fa6af0710d68b106fafc8b623 /scripts/testing/archsetup-vm.conf | |
| parent | 5013346e23c257c5f2a587b21b431f63b64da70b (diff) | |
| download | archsetup-56da76f88fce6f23e4e9822ea52de5bab6046db1.tar.gz archsetup-56da76f88fce6f23e4e9822ea52de5bab6046db1.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/archsetup-vm.conf')
| -rw-r--r-- | scripts/testing/archsetup-vm.conf | 3 |
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 |
