summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/ftrace/Makefile
diff options
context:
space:
mode:
authorBamvor Jian Zhang <bamvor.zhangjian@linaro.org>2015-09-09 21:06:28 +0800
committerShuah Khan <shuahkh@osg.samsung.com>2015-09-14 16:43:51 -0600
commit900d65ee11aae3a23cb963f484b65eb3e269dd9c (patch)
tree93047ec3c6370e43152ca8df10864c42aa38fc93 /tools/testing/selftests/ftrace/Makefile
parentb11054b959cf921a646b64983bc35193c1597739 (diff)
downloadop-kernel-dev-900d65ee11aae3a23cb963f484b65eb3e269dd9c.zip
op-kernel-dev-900d65ee11aae3a23cb963f484b65eb3e269dd9c.tar.gz
selftests: change install command to rsync
The command of install could not handle the special files in exec testcases, change the default rule to rsync to fix this. The installation is unchanged after this commit. Suggested-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing/selftests/ftrace/Makefile')
-rw-r--r--tools/testing/selftests/ftrace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/ftrace/Makefile b/tools/testing/selftests/ftrace/Makefile
index 0acbeca..4e6ed13 100644
--- a/tools/testing/selftests/ftrace/Makefile
+++ b/tools/testing/selftests/ftrace/Makefile
@@ -1,7 +1,7 @@
all:
TEST_PROGS := ftracetest
-TEST_DIRS := test.d/
+TEST_DIRS := test.d
include ../lib.mk
OpenPOWER on IntegriCloud