max / alloy
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01WFBzMprSmNCfvdj2cGZyka
1 file changed,
+5 insertions,
-1 deletion
| @@ -57,7 +57,11 @@ | |||
| 57 | 57 | credentials.json | |
| 58 | 58 | ||
| 59 | 59 | # vmtest scratch: qcow2 targets, firmware vars, vTPM state, screendumps. | |
| 60 | - | /build/vmtest/state/ | |
| 60 | + | # The glob rather than the one directory, because `VM_STATE` is a documented | |
| 61 | + | # knob and a run that points it elsewhere writes the same things there. A | |
| 62 | + | # second machine kept beside the first is how the USB gate's bench tests were | |
| 63 | + | # run: one target with the hardware under test, one without. | |
| 64 | + | /build/vmtest/state*/ | |
| 61 | 65 | ||
| 62 | 66 | # layertest scratch: RPMs, the generated repo, the target disk, firmware vars. | |
| 63 | 67 | /build/layertest/state/ |