Audit Stage 1 documentation scope and fix broken references

This commit is contained in:
2026-05-23 12:43:50 +00:00
parent 23ed716450
commit 54228055c8
6 changed files with 113 additions and 8 deletions

View File

@@ -119,7 +119,7 @@ func TestExecuteRunStageArchiveAliasFails(t *testing.T) {
t.Fatal("exit code = 0, want non-zero")
}
if !strings.Contains(stderr.String(), `unknown stage "archive"`) {
t.Fatalf("stderr = %q, want unknown archive stage error", stderr.String())
t.Fatalf("stderr = %q, want unknown stage alias error", stderr.String())
}
}