From 5968a1ad29f571b0422e79c3ca28ba922fabe392 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Wed, 3 Jul 2019 15:21:09 -0400 Subject: [PATCH] tests: bt2: Fix `run_python_bt2` usage example Signed-off-by: Francis Deslauriers Change-Id: I873b18a351b66f0559987ed0e32aa455b7b4e7d6 Reviewed-on: https://review.lttng.org/c/babeltrace/+/1607 Reviewed-by: Philippe Proulx Tested-by: jenkins --- tests/utils/run_python_bt2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/utils/run_python_bt2 b/tests/utils/run_python_bt2 index bd9f05f9..7147da4a 100755 --- a/tests/utils/run_python_bt2 +++ b/tests/utils/run_python_bt2 @@ -22,7 +22,9 @@ # bt2 Python bindings. For example, one could use it to run a specific Python # binding test case with: # -# $ ./run_python_bt2 python3 -m unittest test_values.MapValueTestCase.test_deepcopy +# $ tests/utils/run_python_bt2 python3 ./tests/utils/python/testrunner.py \ +# -t test_value.MapValueTestCase.test_deepcopy \ +# ./tests/bindings/python/bt2 if [ "x${BT_TESTS_SRCDIR:-}" != "x" ]; then UTILSSH="$BT_TESTS_SRCDIR/utils/utils.sh" -- 2.34.1