From 68a557113494be51d7027bbdfa4451ac585e3a40 Mon Sep 17 00:00:00 2001 From: Zamir SUN Date: Mon, 4 Mar 2019 15:19:25 +0800 Subject: [PATCH] Fix test case path to distingush with downstream Signed-off-by: Zamir SUN --- tests/sanity/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sanity/Makefile b/tests/sanity/Makefile index 4772acf..7af6df1 100644 --- a/tests/sanity/Makefile +++ b/tests/sanity/Makefile @@ -24,7 +24,7 @@ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ export PACKAGE_NAME=trace-cmd -export TEST=/kernel/general/ftrace/tools/trace-cmd/sanity +export TEST=/kernel/general/ftrace/tools/trace-cmd/upstream export TESTVERSION=0.1 FILES=$(METADATA) runtest.sh Makefile PURPOSE