From 02ae505fd40a5ca8ab106dfec9a1b6c901bf31b7 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 23 Nov 2017 13:44:53 +0100 Subject: tests: rename ts_valgrind to ts_run Let's make our tests more generic, so we can later hide more stuff into ts_run call. Signed-off-by: Karel Zak --- tests/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functions.sh') diff --git a/tests/functions.sh b/tests/functions.sh index b93522c02..58db7475f 100644 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -376,7 +376,7 @@ function ts_init_py { export PYTHON="python${PYTHON_MAJOR_VERSION}" } -function ts_valgrind { +function ts_run { if [ -z "$TS_VALGRIND_CMD" ]; then "$@" else -- cgit v1.2.3-55-g7522