support/tests: use relative test_dir
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 5 Sep 2017 16:21:37 +0000 (18:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 5 Sep 2017 19:09:06 +0000 (21:09 +0200)
commitebe61135c9a242ac39204cbd901fa9f407dae069
treeb80425bbe0a56fd9f9dd9db3b5f8e1ca65ff91bb
parentcb0f3fa13f315a1aa0469d3479673860dcba8eb9
support/tests: use relative test_dir

When we list the available tests, we use test_dir, which is set from
the path of the script. However, when we run the tests, we use the
hard-coded path.

Ditto to find the config file.

For consistency, always use test_dir.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/testing/run-tests