codex: fix Windows compaction parity path (#26830)

This commit is contained in:
Adam Perry
2026-06-06 17:14:23 -07:00
committed by Adam Perry @ OpenAI
parent 9cd8115a69
commit 7e2778acad

View File

@@ -25,6 +25,9 @@ use pretty_assertions::assert_eq;
use serde_json::Value;
use serde_json::json;
#[cfg(windows)]
const FIXED_CWD: &str = r"C:\tmp\codex_remote_compaction_parity_workspace";
#[cfg(not(windows))]
const FIXED_CWD: &str = "/tmp/codex_remote_compaction_parity_workspace";
const IMAGE_URL: &str = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAwMCAO+/p9sAAAAASUVORK5CYII=";
const SUMMARY: &str = "REMOTE_COMPACTION_PARITY_ENCRYPTED_SUMMARY";