mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 08:44:02 -04:00
perf testsuite: Merge settings files for shell tests
Merge perf testsuite setting files into common settings to reduce duplicates and prevent errors. Signed-off-by: Michael Petlan <mpetlan@redhat.com> Signed-off-by: Veronika Molnarova <vmolnaro@redhat.com> Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com> Cc: Ian Rogers <irogers@google.com> Cc: Masami Hiramatsu <mhiramat@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: https://lore.kernel.org/r/20240702110849.31904-4-vmolnaro@redhat.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
committed by
Arnaldo Carvalho de Melo
parent
5a02447c81
commit
a3a02a52bc
@@ -15,10 +15,7 @@
|
||||
|
||||
# include working environment
|
||||
. ../common/init.sh
|
||||
. ./settings.sh
|
||||
|
||||
# shellcheck disable=SC2034 # the variable is later used after the working environment is included
|
||||
THIS_TEST_NAME=`basename $0 .sh`
|
||||
TEST_RESULT=0
|
||||
|
||||
# shellcheck source=lib/probe_vfs_getname.sh
|
||||
|
||||
Reference in New Issue
Block a user