From 7c222eec935512b2dd63c2a5e72351910280bd1e Mon Sep 17 00:00:00 2001 From: Karthik Nayak Date: Tue, 25 Mar 2025 09:55:19 +0100 Subject: [PATCH] microprojects: clarify last note in modernization test scripts The last note in the modernization test scripts is a little vague. Clarify it to be more clear about which modernization point it is referring to from the ones in the quoted email. --- SoC-2025-Microprojects.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/SoC-2025-Microprojects.md b/SoC-2025-Microprojects.md index 67be0f91c..d382dbf69 100644 --- a/SoC-2025-Microprojects.md +++ b/SoC-2025-Microprojects.md @@ -207,7 +207,8 @@ of your commits indents test bodies with TABs, instead of spaces, then this should be the only kind of change in this commit. #### Notes -- only work on t/t????-*.sh scripts. +- only work on `t/t????-*.sh` scripts. - pick just one script (so as to avoid exhausting the pool for other candidates). -- only convert `test -[def]` instances which semantically are assertions - (i.e. used as part of a &&-chain). +- When converting `test -[def]` to use `test_path_exists()` and cousins + only convert instances which semantically are assertions (i.e. used as part + of a &&-chain).