summaryrefslogtreecommitdiffstats
path: root/tests/functions.sh
diff options
context:
space:
mode:
authorKarel Zak2017-11-23 13:44:53 +0100
committerKarel Zak2017-11-23 13:44:53 +0100
commit02ae505fd40a5ca8ab106dfec9a1b6c901bf31b7 (patch)
tree5492d4743b4d1ee8bcc8729bd4a7de9cbad596b2 /tests/functions.sh
parenthwclock: revert ioctl test (diff)
downloadkernel-qcow2-util-linux-02ae505fd40a5ca8ab106dfec9a1b6c901bf31b7.tar.gz
kernel-qcow2-util-linux-02ae505fd40a5ca8ab106dfec9a1b6c901bf31b7.tar.xz
kernel-qcow2-util-linux-02ae505fd40a5ca8ab106dfec9a1b6c901bf31b7.zip
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 <kzak@redhat.com>
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