From 0e1c5a6c9a9375ca968acc15f52497d0af1536a6 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 18 Dec 2017 18:31:39 -0500 Subject: [PATCH] tests/plugins/test_lttng_utils_debug_info.in: use specific pattern If this new pattern is not passed to the test runner, then any new `.py` file would also be discovered by this test. Signed-off-by: Philippe Proulx --- tests/plugins/test_lttng_utils_debug_info.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/test_lttng_utils_debug_info.in b/tests/plugins/test_lttng_utils_debug_info.in index 46fb91732..bb6b2d339 100644 --- a/tests/plugins/test_lttng_utils_debug_info.in +++ b/tests/plugins/test_lttng_utils_debug_info.in @@ -34,5 +34,5 @@ else fi PYTHONPATH="${PYTHON_BUILD_DIR}:${TESTS_UTILS_PYTHON_DIR}" \ - "@PYTHON@" "${TESTRUNNER_PY}" "${THIS_DIR}" + "@PYTHON@" "${TESTRUNNER_PY}" "${THIS_DIR}" 'test_lttng_utils_debug_info.py' exit $? -- 2.34.1