tests: re-order test naming pattern
authorPekka Paalanen <pekka.paalanen@collabora.com>
Wed, 26 Feb 2020 11:04:48 +0000 (13:04 +0200)
committerPekka Paalanen <pekka.paalanen@collabora.com>
Thu, 27 Feb 2020 14:08:42 +0000 (16:08 +0200)
commit444f1a8e225f39526937e10763f006e7602e2163
tree9f43368b8518460ab76a0999d0ffa9e639b1dc6a
parent1eb30468ea2c4e7558b04443c20133dd87f36fe2
tests: re-order test naming pattern

The string from get_test_name() can be used for writing screenshot files and
others. Starting the name with the fixture number makes an alphabetized listing
of output files look unorganized.

Let's change the test name to begin with the test (source) name with fixture
and element numbers as suffixes. That makes a file listing easier to look
through, when you have multiple tests each saving multiple screenshot files.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
tests/weston-test-runner.c