On Windows the $TESTTMP string "repr" is different than its value, because \ become \\. We introduce a new $STR_REPR_TESTTMP substitution to match that too.
Details
Details
- Reviewers
marmoute - Group Reviewers
hg-reviewers - Commits
- rHGe9c5c368be17: run-tests: also catch double-escapes for $TESTTMP
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
This seems wrong. What is displayed here is not TESTTMP it is a stringencoded vesion of TESTTMP. We should use a different variable substitution for that something like STR_REPR_TESTTMP.