summaryrefslogtreecommitdiff
path: root/t/t9121-git-svn-fetch-renamed-dir.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2017-04-21 19:44:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-04-24 04:33:15 (GMT)
commitdb7ed0f20c2929f3054c96497dd1cf482a198c7b (patch)
tree74d0209254173fc1aedbc5fb5081769906451ec4 /t/t9121-git-svn-fetch-renamed-dir.sh
parent6a2c2f8d34fa1e8f3bb85d159d354810ed63692e (diff)
downloadgit-db7ed0f20c2929f3054c96497dd1cf482a198c7b.zip
git-db7ed0f20c2929f3054c96497dd1cf482a198c7b.tar.gz
git-db7ed0f20c2929f3054c96497dd1cf482a198c7b.tar.bz2
t/perf: correctly align non-ASCII descriptions in output
Change the test descriptions from being treated as binary blobs by perl to being treated as UTF-8. This ensures that e.g. a test description like "æ" is counted as 1 character, not 2. I have WIP performance tests for non-ASCII grep patterns on another topic that are affected by this. Now instead of: $ ./run p0000-perf-lib-sanity.sh [...] 0000.4: export a weird var 0.00(0.00+0.00) 0000.5: éḿíẗ ńöń-ÁŚĆÍÍ ćḧáŕáćẗéŕś 0.00(0.00+0.00) 0000.7: important variables available in subshells 0.00(0.00+0.00) [...] We emit: [...] 0000.4: export a weird var 0.00(0.00+0.00) 0000.5: éḿíẗ ńöń-ÁŚĆÍÍ ćḧáŕáćẗéŕś 0.00(0.00+0.00) 0000.7: important variables available in subshells 0.00(0.00+0.00) [...] Fixes code originally added in 342e9ef2d9 ("Introduce a performance testing framework", 2012-02-17). Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9121-git-svn-fetch-renamed-dir.sh')
0 files changed, 0 insertions, 0 deletions