summaryrefslogtreecommitdiffstats
path: root/tests/functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functions.sh')
-rw-r--r--tests/functions.sh2
1 files changed, 1 insertions, 1 deletions
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