tests/plugins/test_lttng_utils_debug_info.in: use specific pattern
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 18 Dec 2017 23:31:39 +0000 (18:31 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 03:32:02 +0000 (23:32 -0400)
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 <eeppeliteloop@gmail.com>
tests/plugins/test_lttng_utils_debug_info.in

index 46fb91732209f5450f76d023ab5be7190e3db7dc..bb6b2d339eb0597fae3b107f38a7a35ef1b0e54b 100644 (file)
@@ -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 $?
This page took 0.024673 seconds and 4 git commands to generate.