[tracker/sam/tracker-3.0-functional-tests: 115/117] functional-tests: Use build dir as working directory
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sam/tracker-3.0-functional-tests: 115/117] functional-tests: Use build dir as working directory
- Date: Mon, 17 Feb 2020 21:02:28 +0000 (UTC)
commit 457d551515f3f67da4140a4b2695f58bc2708068
Author: Sam Thursfield <sam afuera me uk>
Date: Wed Feb 12 00:27:54 2020 +0100
functional-tests: Use build dir as working directory
tests/functional-tests/meson.build | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index 48f88eeb7..eb5a5c75f 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -37,11 +37,10 @@ test_env.prepend('PYTHONPATH', tracker_uninstalled_testutils_dir)
test_env.set('TRACKER_FUNCTIONAL_TEST_CONFIG', config_json_full_path)
foreach test_name: functional_tests
- file = '@0@.py'.format(test_name)
+ file = meson.current_source_dir() / '@0@.py'.format(test_name)
test(test_name, python,
args: [file],
env: test_env,
- workdir: meson.current_source_dir(),
suite: ['functional'],
timeout: 60)
endforeach
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]