From: Philippe Proulx Date: Mon, 18 Dec 2017 23:31:39 +0000 (-0500) Subject: tests/plugins/test_lttng_utils_debug_info.in: use specific pattern X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0e1c5a6c9a9375ca968acc15f52497d0af1536a6;p=deliverable%2Fbabeltrace.git 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 --- 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 $?