[tests] Quote '/p:TestVariation=...', otherwise things don't work when there's a pipe character there.#24296
Conversation
…n there's a pipe character there.
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a shell command escaping issue in the test makefile by adding quotes around the TestVariation argument. The change prevents command parsing errors when the TestVariation value contains special shell characters like pipe (|).
- Adds single quotes around the
/p:TestVariation=$(TEST_VARIATION)argument to properly handle special characters
✅ [PR Build #2b6833b] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ [CI Build #2b6833b] Build passed (Build packages) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [CI Build #2b6833b] Build passed (Build macOS tests) ✅Pipeline on Agent |
💻 [CI Build #2b6833b] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build #2b6833b] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [CI Build #2b6833b] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
💻 [CI Build #2b6833b] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
💻 [CI Build #2b6833b] Tests on macOS arm64 - Mac Tahoe (26) passed 💻✅ All tests on macOS arm64 - Mac Tahoe (26) passed. Pipeline on Agent |
🚀 [CI Build #2b6833b] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 121 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
No description provided.