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
 - Branch
 - default
 - Lint
 No Linters Available - Unit
 No Unit Test Coverage 
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.